Skip to content

Commit 8869878

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feat/try_parse_url
2 parents e995629 + fc5888b commit 8869878

File tree

23 files changed

+1412
-146
lines changed

23 files changed

+1412
-146
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ arrow-schema = { version = "56.0.0", default-features = false }
106106
async-trait = "0.1.89"
107107
bigdecimal = "0.4.8"
108108
bytes = "1.10"
109-
chrono = { version = "0.4.41", default-features = false }
109+
chrono = { version = "0.4.42", default-features = false }
110110
criterion = "0.5.1"
111111
ctor = "0.4.3"
112112
dashmap = "6.0.1"

datafusion/common/src/config.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ config_namespace! {
455455
/// tables (e.g. `/table/year=2021/month=01/data.parquet`).
456456
pub listing_table_ignore_subdirectory: bool, default = true
457457

458+
/// Should a `ListingTable` created through the `ListingTableFactory` infer table
459+
/// partitions from Hive compliant directories. Defaults to true (partition columns are
460+
/// inferred and will be represented in the table schema).
461+
pub listing_table_factory_infer_partitions: bool, default = true
462+
458463
/// Should DataFusion support recursive CTEs
459464
pub enable_recursive_ctes: bool, default = true
460465

0 commit comments

Comments
 (0)