We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df163f7 commit 930a662Copy full SHA for 930a662
datafusion/core/src/execution/context/mod.rs
@@ -1197,6 +1197,7 @@ impl SessionContext {
1197
let resolved_schema = options
1198
.get_resolved_schema(&session_config, self.state(), table_paths[0].clone())
1199
.await?;
1200
+ println!("==> resolved_schema: {:?}", resolved_schema);
1201
let config = ListingTableConfig::new_with_multi_paths(table_paths)
1202
.with_listing_options(listing_options)
1203
.with_schema(resolved_schema);
0 commit comments