Skip to content

Commit 56eb96a

Browse files
committed
Merge remote-tracking branch 'origin/main' into column-orders-parquet-stats
2 parents 5c781f8 + 963b649 commit 56eb96a

14 files changed

Lines changed: 835 additions & 128 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/common/src/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ config_namespace! {
292292
/// target batch size is determined by the configuration setting
293293
pub coalesce_batches: bool, default = true
294294

295-
/// Should DataFusion collect statistics after listing files
295+
/// Should DataFusion collect statistics when first creating a table.
296+
/// Has no effect after the table is created. Applies to the default
297+
/// `ListingTableProvider` in DataFusion. Defaults to false.
296298
pub collect_statistics: bool, default = false
297299

298300
/// Number of partitions for query execution. Increasing partitions can increase

0 commit comments

Comments
 (0)