Fly-Style commented on code in PR #18819:
URL: https://github.com/apache/druid/pull/18819#discussion_r2605803987


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java:
##########
@@ -494,7 +494,7 @@ boolean identifyMultiValuedDimensions()
       boolean isRollupOnMultiValueStringDimension = isPossiblyRollup &&
                                                     
dimensionsSpec.getDimensions()
                                                                   .stream()
-                                                                  
.anyMatch(DimensionSchema::canBeMultiValued);
+                                                                  
.anyMatch(dim -> dim.canBeMultiValued());

Review Comment:
   I think it is a leftover from some merge, haven't changed it really :D 



-- 
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]

Reply via email to