jihoonson opened a new pull request #6758: Add support segmentGranularity for CompactionTask URL: https://github.com/apache/incubator-druid/pull/6758 CompactionTask currently supports `keepSegmentGranularity`. It's true by default and if it's false, the compactionTask can merge segments across time chunk. This option was introduced for some people who wants the maximal optimization in terms of the segment size, but I think it's not much useful. In this PR, I deprecated that option and added a new parameter to set a different segmentGranularity from that of input segments. Also, I added unit tests for verifying that the compactionTask runs as expected.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
