yeya24 opened a new issue, #8347: URL: https://github.com/apache/arrow-rs/issues/8347
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently, `ReadPlan` and `ReadPlanBuilder` are only public within crate and are used to create `ParquetRecordBatchReader` or `ParquetRecordBatchStreamReader` to read parquet file data. For usecases that don't want to reuse `ParquetRecordBatchReader` and `ParquetRecordBatchStreamReader` but still want to utilize `ReadPlan` to access Parquet files, there is no way to do that today. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Expose `ReadPlan` and `ReadPlanBuilder` as publicly available so that users can construct their own reader on top of `ReadPlan` and `ReadPlanBuilder`. **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]
