XiangpengHao commented on PR #6991: URL: https://github.com/apache/arrow-rs/pull/6991#issuecomment-2599243937
> build_array_reader is not public, or at least shouldn't be... `build_array_reader` is public under `experimental` feature. > why do you want this public The current `ParquetRecordBatchReader` is a black box, my use case would want finer control over how data is read, e.g., decode timing. > As it stands even adding a field would be a breaking API change once made public That's a good point, but this specific type has not changed for 3 years and probably won't change for a while. -- 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]
