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
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
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently,
ReadPlanandReadPlanBuilderare only public within crate and are used to createParquetRecordBatchReaderorParquetRecordBatchStreamReaderto read parquet file data. For usecases that don't want to reuseParquetRecordBatchReaderandParquetRecordBatchStreamReaderbut still want to utilizeReadPlanto access Parquet files, there is no way to do that today.Describe the solution you'd like
Expose
ReadPlanandReadPlanBuilderas publicly available so that users can construct their own reader on top ofReadPlanandReadPlanBuilder.Describe alternatives you've considered
Additional context