Support round tripping extension types in parquet #7063
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
ExtensionType
trait andCanonicalExtensionType
enum #5822However, these extension type annotations apparently do not survive round trip write/reading to parquet as described in this comment with @kylebarron: https://github.com/apache/arrow-rs/pull/5822/files#r1925627198
Describe the solution you'd like
Make extension tests work round trip through parquet
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: