AmatyaAvadhanula commented on code in PR #12419: URL: https://github.com/apache/druid/pull/12419#discussion_r850517238
########## core/src/main/java/org/apache/druid/timeline/SegmentId.java: ########## @@ -266,6 +266,7 @@ public static SegmentId dummy(String dataSource, int partitionNum) private final long intervalEndMillis; @Nullable private final Chronology intervalChronology; + private final Interval interval; Review Comment: https://implydata.atlassian.net/browse/IMPLY-17966 indicates that creating an Interval each time leads to a significant overhead. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
