clintropolis commented on code in PR #14542:
URL: https://github.com/apache/druid/pull/14542#discussion_r1260802846


##########
processing/src/main/java/org/apache/druid/query/filter/BoundDimFilter.java:
##########
@@ -610,13 +610,14 @@ private Supplier<DruidDoublePredicate> 
makeDoublePredicateSupplier()
     return Suppliers.memoize(doublePredicate);
   }
 
-  private static DruidLongPredicate makeLongPredicateFromBounds(
+  static DruidLongPredicate makeLongPredicateFromBounds(

Review Comment:
   oh, i re-used this method in `RangeFilter` which is in the same package to 
avoid duplicating the same logic, i guess can make it public though :shrug:



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