forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43060: [C++] Limit buffer size in BufferedInputStream::SetBu…
…fferSize with raw_read_bound (apache#43064) ### Rationale for this change See apache#43060 . This patch optimize memory-usage for buffering ### What changes are included in this PR? Limit the `buffer_size_` used by `SetBufferSize` ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: apache#43060 Authored-by: mwish <[email protected]> Signed-off-by: mwish <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters