-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
I have an application where I need to set fragment readahead to 0. But, looks like for some reason the ScannerBuilder does not allow setting the fragment readahead to 0 [1]. It would be very helpful to know why it is that way and if a PR lifting that restriction would be accepted because a docstring mentions that users can set fragment readahead to 0 if they want [2].
[1]https://github.com/apache/arrow/blob/master/cpp/src/arrow/dataset/scanner.cc#L864
[2]
arrow/cpp/src/arrow/dataset/scanner.h
Line 93 in 998a2a1
| /// Set to 0 to disable fragment readahead |
Reporter: Jayjeet Chakraborty / @JayjeetAtGithub
Related issues:
- [C++][Datasets] Improve memory usage of datasets (is depended upon by)
Note: This issue was originally created as ARROW-13161. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement