Samrose-Ahmed opened a new issue, #4877: URL: https://github.com/apache/arrow-rs/issues/4877
**Describe the bug** <!-- A clear and concise description of what the bug is. --> If a parquet file that does not have the serialized arrow schema in the metadata (e.g. written by parquet-mr) is read by parquet crate and written back to parquet, the new file does not contain Parquet field ids. **To Reproduce** <!-- Steps to reproduce the behavior: --> * Have Parquet file with field ids and no arrow serialized schema in metadata * Read with `parquet` and write back to parquet file. * New parquet file does not have field ids. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> New parquet file should have same field ids. **Additional context** <!-- Add any other context about the problem here. --> -- 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]
