abhishekrb19 commented on code in PR #15994: URL: https://github.com/apache/druid/pull/15994#discussion_r1519321119
########## server/src/main/java/org/apache/druid/indexing/overlord/IndexerMetadataStorageCoordinator.java: ########## @@ -124,6 +127,7 @@ default Collection<DataSegment> retrieveUsedSegmentsForInterval( Collection<DataSegment> retrieveUsedSegmentsForIntervals( Review Comment: 👍 I can set the existing interface method as the default and invoke the new method inside it, so null is passed only from the default implementation. -- 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]
