datbth opened a new issue, #43640: URL: https://github.com/apache/arrow/issues/43640
### Describe the enhancement requested Parquet Logical types like [JSON](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#json): * Do not have a fully representable/equivalent type in Arrow, because Arrow types do not carry such "Logical type" information. * But have equivalent physical Arrow types. For example, Parquet Logical type `JSON` can be represented by/converted from `arrow.BinaryTypes.String`. Does it make sense to make `pqarrow.NewFileWriter` support those Logical types by letting the caller specify such Logical types? ### Component(s) Go -- 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]
