LanHikari22 opened a new issue, #7734: URL: https://github.com/apache/arrow-rs/issues/7734
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> Basically I need to be able to write large vectors of data to/from parquet files. And my record struct type has an enum in it with fields. I would like to be able to do this by just adding `#[derive(ParquetRecordWriter, ParquetRecordReader)]` into my types. This should also support structs within structs, or enums within structs, etc. **Additional context** <!-- Add any other context or screenshots about the feature request here. --> My development journal can be found [here](<https://github.com/dism-exe/dism-exe-notes/blob/main/lan/llm/weekly/Wk%2025%20003%20Rust%20Parquet%20serialize%20and%20deserialize.md>) for my problem context. -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org