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

   1) Consolidate duplicate code related to Expressions#buildTimeFloorFilter.
   
   2) Cleaner logic in Expressions#toSimpleLeafFilter: choose bounds vs range
      filter based solely on plannerContext.isUseBoundsAndSelectors, not also
      considering rhs kind. Use parsed rhs in both paths (except for numerics
      in the bound path).
   
   3) Fix ArrayContains, ArrayOverlap to avoid equality filters when there is
      an extractionFn present. Fixes a bug introduced in #14612.
   


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