alamb opened a new pull request, #4170: URL: https://github.com/apache/arrow-datafusion/pull/4170
TOOD: - [ ] Write tests # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/4169 # Rationale for this change Our parquet files are sorted but the new BasicEnforcement rule is trying to resort them as it doesn't know they are sorted. See more details in https://github.com/apache/arrow-datafusion/issues/4169 # What changes are included in this PR? 1. Add a way to specify an externally known sort order to ParquetExec 2. Tests that the basic enforcement rule follows them # Are these changes tested? Yes # Are there any user-facing changes? -- 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]
