alamb opened a new pull request, #8409: URL: https://github.com/apache/arrow-rs/pull/8409
Draft as it builds on - https://github.com/apache/arrow-rs/pull/8408 # Which issue does this PR close? - Follow on to https://github.com/apache/arrow-rs/pull/8408 - Closes https://github.com/apache/arrow-rs/issues/7063 # Rationale for this change I was trying to consolidate the parquet extension type code after https://github.com/apache/arrow-rs/pull/8408, and in so doing I believe I actually found (and fixed) the root cause of https://github.com/apache/arrow-rs/issues/7063 (I will point it out inline) # What changes are included in this PR? 1. Consolidate parquet<-->arrow extension type metadata mapping in one module 2. Enable tests # Are these changes tested? Yes # Are there any user-facing changes? When reading parquet that is annotated with Json or UUID logical types, the resulting Arrow arrays will also have the canonical types attached. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org