gianm opened a new pull request, #19834:
URL: https://github.com/apache/druid/pull/19834

   This patch fixes two places where plain coercion was used rather than 
cast-for-comparison:
   
   1) TypedInFilter, when creating a predicate for a LONG column against
      non-LONG user values.
   
   2) ScalarLongColumnAndIndexSupplier, when creating ValueIndexes against
      non-LONG user values.
   
   Prior to this patch, for example, the user value 10.5 would match the stored 
value 10.


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