-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add compaction task #4985
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
Merged
Merged
Add compaction task #4985
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8ae97fd
Add compaction task
jihoonson 26dad05
added doc
jihoonson 9aa7fff
use combining aggregators
jihoonson 25c7b00
address comments
jihoonson 89aeb26
add support for dimensionsSpec
jihoonson 91ee617
fix getUniqueDims and getUniqueMetics
jihoonson 0757294
find unique dimensionsSpec
jihoonson ffe21e7
fix compilation
jihoonson 1fcdf4a
add unit test
jihoonson 805c81c
fix test
jihoonson e740743
fix test
jihoonson bb64304
test for different dimension orderings and types, and doc for type an…
jihoonson f6666c5
add control for custom ordering and type
jihoonson 3e1f5a3
update doc
jihoonson c203e36
Merge branch 'master' of https://github.com/druid-io/druid into compa…
jihoonson 02ff1bd
fix compile
jihoonson d540f75
fix compile
jihoonson 58109d3
add segments param
jihoonson f9e5e06
fix serde error
jihoonson 3582a58
Merge branch 'master' of https://github.com/druid-io/druid into compa…
jihoonson 95a8a71
fix build
jihoonson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.