zeroshade opened a new pull request, #324: URL: https://github.com/apache/arrow-go/pull/324
### Rationale for this change While implementing things for iceberg-go, I found that an Arrow schema with nested fields (struct/map/list) that contains metadata values for FieldID is not respected when writing a file using `pqarrow`. ### What changes are included in this PR? Fixes the propagation of field ids when constructing a Parquet file from an arrow schema that contains nested fields, while also adding a `FileMetadata` function to the FileWriter and `pqarrow.FileWriter` so that you can inspect the metadata of a written file without having to read it back into memory. ### Are these changes tested? Yes ### Are there any user-facing changes? No -- 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]
