jihoonson commented on a change in pull request #6758: Add support segmentGranularity for CompactionTask URL: https://github.com/apache/incubator-druid/pull/6758#discussion_r245169316
########## File path: docs/content/ingestion/compaction.md ########## @@ -47,7 +48,8 @@ Compaction tasks merge all segments of the given interval. The syntax is: |`dataSource`|DataSource name to be compacted|Yes| |`interval`|Interval of segments to be compacted|Yes| |`dimensions`|Custom dimensionsSpec. compaction task will use this dimensionsSpec if exist instead of generating one. See below for more details.|No| -|`keepSegmentGranularity`|If set to true, compactionTask will keep the time chunk boundaries and merge segments only if they fall into the same time chunk.|No (default = true)| +|`segmentGranularity`|If this is set, compactionTask will change the segment granularity. `keepSegmentGranularity` must be set to false or null to use this option. If this is not set, the original segment granularity will be kept if keepSegmentGranularity is null or true. Otheriwse, `ALL` segment granularity will be used.|No| Review comment: Thanks. Added more docs. ---------------------------------------------------------------- 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]
