From d7d2df78acf2f1a611dd7c7b191b8f4a22afd4f1 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Sun, 9 Oct 2022 23:15:15 +0300 Subject: [PATCH] MINOR: correct `ListingOptions.try_new` to include the new info on stat collection --- datafusion/core/src/datasource/listing/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/core/src/datasource/listing/table.rs b/datafusion/core/src/datasource/listing/table.rs index 0f93b610fd8f..f6c617f0c3c8 100644 --- a/datafusion/core/src/datasource/listing/table.rs +++ b/datafusion/core/src/datasource/listing/table.rs @@ -208,7 +208,7 @@ impl ListingOptions { /// - no file extension filter /// - no input partition to discover /// - one target partition - /// - no stat collection + /// - stat collection pub fn new(format: Arc) -> Self { Self { file_extension: String::new(),