joellubi opened a new issue, #39489: URL: https://github.com/apache/arrow/issues/39489
### Describe the bug, including details regarding any error messages, version, and platform. The Parquet format [document](https://github.com/apache/parquet-format/blob/eb4b31c1d64a01088d02a2f9aefc6c17c54cc6fc/LogicalTypes.md?plain=1#L480-L485) indicates that converted types should have `isAdjustedToUtc=true` for backward compatibility, but the current C++ [implementation](https://github.com/apache/arrow/blob/37a8bf04bc713858a5b247d4424c1e8505e61947/cpp/src/parquet/arrow/schema_internal.cc#L92-L93) sets this to `false` for converted types. The [Rust implementation](https://github.com/apache/arrow-rs/blob/a61e824abdd7b38ea214828480430ff2a13f2ead/parquet/src/arrow/schema/primitive.rs#L211-L239) already follows the spec as described and the Go implementation has #39467 open to correct this. ### Component(s) C++, 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]
