abhishekrb19 commented on code in PR #15994: URL: https://github.com/apache/druid/pull/15994#discussion_r1519568883
########## indexing-service/src/main/java/org/apache/druid/indexing/common/actions/RetrieveUnusedSegmentsAction.java: ########## @@ -40,6 +40,9 @@ public class RetrieveUnusedSegmentsAction implements TaskAction<List<DataSegment @JsonIgnore private final Interval interval; + @JsonIgnore Review Comment: Good question. On second thought, it's confusing. I opened a PR to remove these annotations from the different task action classes - https://github.com/apache/druid/pull/16099 -- 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]
