divjotarora opened a new pull request, #50909: URL: https://github.com/apache/arrow/pull/50909
### Rationale for this change See https://github.com/apache/parquet-format/issues/607 for rationale. ### What changes are included in this PR? This PR gracefully handles unrecognized logical/physical type combinations by dropping the logical type during the read and dropping any associated statistics for the relevant columns. Note that unrecognized logical types are already handled gracefully and no changes were required. ### Are these changes tested? Yes, via unit tests and an e2e test that reads a real file that contains an invalid type combination. ### Are there any user-facing changes? No -- 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]
