forked from apache/pinot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master #47
Merged
Merged
merge master #47
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ndexDisabledColumn() (#14580)
* Fix crc mismatch during deepstore upload retry task * Address comments, add new API endpoint for crc * update crc post segment upload * Upload v2 API implementation * address comments
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.48.2 to 3.48.3. - [Release notes](https://github.com/typetools/checker-framework/releases) - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md) - [Commits](typetools/checker-framework@checker-framework-3.48.2...checker-framework-3.48.3) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps software.amazon.awssdk:bom from 2.29.24 to 2.29.25. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…le (#14451) * checkpoint * Create API to get segments needing refresh * Add controller API * Checkstyle * Checkpoint tests * Consolidate setup to static variables * Checkstyle * Add more index tests * Partition tests * Add NullVectorValue Test * Add NeedRefreshResponse with reason * Add NeedRefreshResponse with reason * Checkstyle & spotless * Fix Jackson serde * Fix FST Index test * Checkpoint H3 experiments * Checkpoint tests * Fix all tests * Doc strings * Add column name to debug logs * Release segments * Add table name to message. * Use instance name instead of url. * Use Stale instead of needRefresh * Add TableStaleSegmentResponse * Checkstyle fixes * Log time taken to get stale segments in server * Add tests for startree index
Bumps software.amazon.awssdk:bom from 2.29.25 to 2.29.27. --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ers to be more flexible (#14544) * extend existing reload all segments API to make it more flexible, by taking a map to reload different batch of segments on different instances
…#14616) * Safeguard AbstractBuilder copy constructor from empty TextIndexConfig * using false as default as LuceneTextIndexReader also has a false default
…#14593) - Also fixed typo in method name
* Making mutable Index class pluggable. * Making mutable Index class pluggable. * Fixing build.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.