You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/02 22:26:56 UTC

[GitHub] jihoonson commented on issue #6758: Add support segmentGranularity for CompactionTask

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org