clintropolis commented on code in PR #14654:
URL: https://github.com/apache/druid/pull/14654#discussion_r1275386802
##########
processing/src/main/java/org/apache/druid/query/filter/RangeFilter.java:
##########
@@ -531,8 +533,9 @@ private Supplier<DruidLongPredicate>
makeLongPredicateSupplier()
// upper value is not null, but isn't convertible to a long so is
effectively null, nothing matches
return DruidLongPredicate.ALWAYS_FALSE;
} else {
+ // take the ceil if open or floor if not of the match value as a
double so that we can
Review Comment:
oops got distracted 😅
##########
processing/src/main/java/org/apache/druid/query/filter/RangeFilter.java:
##########
@@ -531,8 +533,9 @@ private Supplier<DruidLongPredicate>
makeLongPredicateSupplier()
// upper value is not null, but isn't convertible to a long so is
effectively null, nothing matches
return DruidLongPredicate.ALWAYS_FALSE;
} else {
+ // take the ceil if open or floor if not of the match value as a
double so that we can
Review Comment:
oops got distracted 😅
--
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]