davidhewitt commented on PR #18449: URL: https://github.com/apache/datafusion/pull/18449#issuecomment-3534918549
One possibility is that you replace the hashes buffer with a "hasher" similar to the comparator and then hash the value inside the iteration in `StaticFilter::contains` after the null check. (More similar to the original implementation which just called `.hash_one`). -- 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]
