cecemei commented on code in PR #18292:
URL: https://github.com/apache/druid/pull/18292#discussion_r2220157465
##########
processing/src/main/java/org/apache/druid/timeline/DataSegment.java:
##########
@@ -113,37 +113,6 @@ public static class PruneSpecsHolder
private final CompactionState lastCompactionState;
private final long size;
- /**
- * @deprecated use {@link #builder(SegmentId)} or {@link
#builder(DataSegment)} instead.
- */
- @Deprecated
- public DataSegment(
Review Comment:
I think we can fix it as we go along, removing it here since it seems easy
here. Definitely no constructor usage for new code.
--
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]