ManManson commented on PR #13796: URL: https://github.com/apache/arrow/pull/13796#issuecomment-1207745596
Force-pushed the branch to address review comments. Diff can be found here: https://github.com/apache/arrow/compare/3f2b141dea8ded351d41d687245917821295277a..136ae80540f851219c8d9a920470d4863a428d30 Changelog: * Rename `partitions_readahead` to `directory_readahead`, as well as the methods in `AsyncStatSelector` to get rid of `Partitions` terminology. * Moved `directory_readahead` and `batch_size` from `FileSelector` to `LocalFileSystemOptions`. * Removed use of `util::optional` from these options by providing sensible defaults (1 for `directory_readahead` and 1000 for `batch_size`). * Optimize memory allocation for internal chunking. -- 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]
