YuraKotov opened a new issue, #4782: URL: https://github.com/apache/arrow-rs/issues/4782
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'd like to read parquet file with custom batch_size using parquet::record::RowIter **Describe the solution you'd like** Allow custom tree builder for parquet::record::RowIter **Describe alternatives you've considered** replace parquet::record::RowIter with own implementation **Additional context** SerializedFileReader::get_row_iter and SerializedRowGroupReader::get_row_iter returns parquet::record::RowIter, so I cannot set custom batch_size to the result anyhow -- 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]
