adriangb commented on issue #21207: URL: https://github.com/apache/datafusion/issues/21207#issuecomment-5005846177
IIRC currently we have something like `CASE hash(expr) WHEN 0 THEN X < expr < Y AND expr IN (1, 2, 3, ...) WHEN 1 THEN ... END`. It would be to change it to `Xtotal < expr < Ytotal AND Xp1 < expr < Yp1 AND ... AND <case expr that only does membership testing`. -- 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]
