Shekharrajak opened a new pull request, #1946: URL: https://github.com/apache/iceberg-rust/pull/1946
Enhance RowGroupMetricsEvaluator::not_in() to skip row groups when min == max and that value is in the exclusion set. Previously always returned MIGHT_MATCH, causing no filtering for NOT IN predicates. Adds tests for edge cases (nulls-only, NaN bounds, different min/max). -- 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]
