wgtmac commented on issue #45969: URL: https://github.com/apache/arrow/issues/45969#issuecomment-2765615596
> expose an additional parameter to pass the full Parquet schema I'm in favor of this because it is simple. However, these logical types have different issues out there: - `json` and `uuid`: both have canonical extension types. `json` has been supported already while `uuid` has an in-progress PR: https://github.com/apache/arrow/pull/45866 - `bson`: it does not have canonical extension type but it is similar to json. - `interval`: IIRC, this type does not have a perfect mapping to Arrow's interval types. - `enum`: AFAIK, this type is only supported by parquet-java. Not sure if we need to support it on our end. -- 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]
