From 2e6f6991b766abf30b5ddf7ec9828aa27b66282f Mon Sep 17 00:00:00 2001 From: Arnav Balyan Date: Sun, 3 May 2026 13:37:26 +0530 Subject: [PATCH] update --- cpp/src/parquet/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/parquet/properties.h b/cpp/src/parquet/properties.h index 43657410df7..6634bac4f68 100644 --- a/cpp/src/parquet/properties.h +++ b/cpp/src/parquet/properties.h @@ -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