cecemei commented on code in PR #18223:
URL: https://github.com/apache/druid/pull/18223#discussion_r2208134837
##########
processing/src/main/java/org/apache/druid/timeline/DataSegment.java:
##########
@@ -495,20 +502,36 @@ public static class Builder
private Map<String, Object> loadSpec;
private List<String> dimensions;
private List<String> metrics;
+ private List<String> projections;
private ShardSpec shardSpec;
private CompactionState lastCompactionState;
private Integer binaryVersion;
private long size;
+ /**
+ * @deprecated use {@link #Builder(SegmentId)} or {@link
#Builder(DataSegment)} instead.
+ */
+ @Deprecated
public Builder()
Review Comment:
true, updated to be private
--
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]