HuaHuaY opened a new pull request, #50892: URL: https://github.com/apache/arrow/pull/50892
### Rationale for this change Implement https://github.com/apache/parquet-format/pull/585 The Parquet format supporting the `FILE` type has not yet been released, so the corresponding functionality cannot currently be merged into the Arrow repository. Since Arrow lacks specifications related to the `FILE` type, an Arrow extension type was defined to enable read-write round-trips for it. ### What changes are included in this PR? 1. update `parquet.thrift` and the generated code 2. implement the Parquet `FILE` logical type ### Are these changes tested? Yes. ### Are there any user-facing changes? 1. Add a new logical type at `cpp/src/parquet/types.h`. 2. Add a temporary extension type at `cpp/src/arrow/extension/parquet_file.h` and we can replace it at any time. -- 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]
