abhishekrb19 commented on code in PR #16141:
URL: https://github.com/apache/druid/pull/16141#discussion_r1527918056
##########
server/src/main/java/org/apache/druid/metadata/SqlSegmentsMetadataQuery.java:
##########
@@ -834,6 +861,21 @@ private static int computeNumChangedSegments(List<String>
segmentIds, int[] segm
return numChangedSegments;
}
+ private static void appendConditionForVersions(
+ final StringBuilder sb,
+ final List<String> versions
+ )
+ {
+ if (CollectionUtils.isNullOrEmpty(versions)) {
Review Comment:
Updated to `getConditionForVersions()`. There is a similar existing method
`appendConditionForIntervalsAndMatchMode()` that can perhaps be changed later
to follow the updated pattern.
--
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]