iajoiner commented on pull request #9702: URL: https://github.com/apache/arrow/pull/9702#issuecomment-984556121
@jorisvandenbossche Yes. I think I will make `batch_size` tunable just like what `pyorc` does. Since the number of stripes should be equal to or slightly lower than `total_bytes / stripe_size` (because there are ORC bytes outside stripes) I wonder whether instead of computing the precise number of stripes we may compute what it roughly is plus or minus 1. -- 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]
