jihoonson commented on issue #6758: Add support segmentGranularity for CompactionTask URL: https://github.com/apache/incubator-druid/pull/6758#issuecomment-451004778 @jon-wei thanks for the review. I updated the docs. Besides, I changed the behavior of the keepSegmentGranularity and segmentGranularity to remove keepSegmentGranularity easily in the future. The changed behavior is: SegmentGranularity | keepSegmentGranularity | Used SegmentGranularity ---------------------|--------------------------|--------------------------- Non-null | True | Error Non-null | False | Given segmentGranularity Non-null | Null | Given segmentGranularity Null | True | Original segmentGranularity Null | False | ALL segmentGranularity Null | Null | Original segmentGranularity
---------------------------------------------------------------- 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]
