kszlim opened a new issue, #3381: URL: https://github.com/apache/arrow-rs/issues/3381
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'm trying to create an infinite stream that samples from a parquet file endlessly, it's handy being able to clone `ParquetObjectReader`, having a `Debug` implementation also seems nice to have. **Describe the solution you'd like** Implement Clone and Debug for `ParquetObjectReader` **Describe alternatives you've considered** None, as this seems purely additive as cost free (except maybe a very slight compile time increase) **Additional context** n/a -- 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