xudong963 commented on PR #24648: URL: https://github.com/apache/datafusion/pull/24648#issuecomment-5488631754
@jayzhan211 Good catch — fixed in `8e6964f5f`. `verify_sort_integrity` now filters known-empty files with the shared `is_known_empty` rule before comparing adjacent min/max statistics, so exact-empty files with absent or empty column statistics cannot reach those accesses. I also added verifier assertions to both the mixed and all-empty regression cases for both split paths. The datasource tests, full all-target/all-features Clippy, and the extended workspace test suite (including all 505 sqllogictest files) pass. -- 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]
