alamb opened a new issue, #8572: URL: https://github.com/apache/arrow-rs/issues/8572
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** - part of https://github.com/apache/arrow-rs/issues/5853 The `parquet::format` module contains auto generated code for parsing data in the parquet.thrift format After we merge https://github.com/apache/arrow-rs/pull/8530 from @etseidl these structures will no longer be needed and their presence is ust confusing I tested it out a bit locally and the only place the thrift structures are now used is in the `parquet-format` tool and some benchmarks <img width="1276" height="471" alt="Image" src="https://github.com/user-attachments/assets/95a38522-6682-48a6-84b9-4a7e4468fa35" /> **Describe the solution you'd like** Delete the `parquet::format` module (`parquet/src/format.rs`), and update the tools to use the new thrift structures **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request 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]
