Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/parquet/properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ class PARQUET_EXPORT ArrowReaderProperties {
/// Note that some APIs such as ReadTable may ignore this setting.
int64_t batch_size() const { return batch_size_; }

/// Enable read coalescing (default false).
/// Enable read coalescing (default true).
///
/// When enabled, the Arrow reader will pre-buffer necessary regions
/// of the file in-memory. This is intended to improve performance on
Expand Down
Loading