dang-stripe commented on code in PR #11650: URL: https://github.com/apache/pinot/pull/11650#discussion_r1340840866
########## pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/src/main/java/org/apache/pinot/plugin/ingestion/batch/common/SegmentGenerationTaskRunner.java: ########## @@ -65,6 +65,7 @@ public class SegmentGenerationTaskRunner implements Serializable { public static final String DEPRECATED_USE_LOCAL_DIRECTORY_SEQUENCE_ID = "local.directory.sequence.id"; public static final String USE_GLOBAL_DIRECTORY_SEQUENCE_ID = "use.global.directory.sequence.id"; public static final String APPEND_UUID_TO_SEGMENT_NAME = "append.uuid.to.segment.name"; + public static final String OMIT_TIMESTAMPS_IN_SEGMENT_NAME = "omit.timestamps.in.segment.name"; Review Comment: with `append.timestamps.to.segment.name`, we'd have to make the value `true` by default to match existing behavior. it seems a little unintuitive to default a parameter to true rather than false here. > so might be intuitive to include/not include? sorry i'm not following this comment. what do you mean to include? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org