alamb opened a new pull request, #2985: URL: https://github.com/apache/arrow-datafusion/pull/2985
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/2982 # Rationale for this change See https://github.com/apache/arrow-datafusion/issues/2982, basically mismatched metadata can cause parquet files to not be read # What changes are included in this PR? 1. Add a option to skip metadata when reading from parquet (defaults to true) 2. Tests for same # Are there any user-facing changes? By default metadata will be skipped when reading parquet files # TODOs - [ ] Fix tests - [ ] File follow on ticket / PR in arrow-rs for better error message of metadata mismatch - [ ] File follow on ticket / PR in arrow-rs for breaking up `Schema` into its parts - [ ] File follow on ticket / PR in datafusion bout the akwardness / duplication of parquet options (parquet format / parquet option -- 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]
