sdf-jkl opened a new issue, #1203: URL: https://github.com/apache/arrow-go/issues/1203
### Describe the bug, including details regarding any error messages, version, and platform. ## Description The canonical Variant extension type name is "arrow.parquet.variant", but arrow-go returns - https://github.com/apache/arrow-go/blob/986b027408e1d973cb78023fc74a2a1bc361c6a9/arrow/extensions/variant.go#L265 It seems historical, because Variant was implemented in arrow-go prior to https://github.com/apache/arrow/pull/47456 got merged. ---- This causes: - IPC output recordbatches with Variant ext type to be not readable by other arrow implementations - And vice versa, other implementation's recordbatches to be not readable by arrow-go ### Component(s) Parquet -- 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]
