Gabriel39 opened a new pull request, #66470: URL: https://github.com/apache/doris/pull/66470
## Summary\n\n- backport the floating-point pruning correctness fixes to branch-4.1\n- preserve Doris NaN and signed-zero equality semantics in Parquet Bloom, min/max, and IN-predicate pruning\n- keep pruning conservative when Parquet statistics omit NaNs or a Bloom encoding cannot safely prove absence\n- add coverage for native and legacy Parquet readers, expression pruning, and storage predicates\n\n## Testing\n\n- clang-format 16 check on all affected C/C++ files\n- 121 focused BE unit tests across ExprZonemapFilterTest, HybridSetTest, ParquetExprTest, NativeParquetStatisticsTest, ParquetBloomFilterPruningTest, and BlockColumnPredicateTest -- 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]
