limenilbuz commented on issue #9976: URL: https://github.com/apache/arrow-rs/issues/9976#issuecomment-4460908847
Ah, maybe not so big an issue after all. If you tell the reader to skip the arrow_metadata with `ArrowReaderOptions::new().with_skip_arrow_metadata(true)`, the Parquet -> Arrow schema conversion step looks at the Parquet logical type instead of the hint from the serialized arrow schema to construct the Uuid extension type with no metadata. This causes `Field::try_canonical_extension_type` to do the "correct thing". -- 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]
