Skip to content

Commit 7637b7c

Browse files
committed
add: log session state and first table path for debugging in SessionContext
1 parent 75d37cd commit 7637b7c

File tree

1 file changed

+1
-0
lines changed
  • datafusion/core/src/execution/context

1 file changed

+1
-0
lines changed

datafusion/core/src/execution/context/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,7 @@ impl SessionContext {
11931193
);
11941194
}
11951195
}
1196+
println!("==> state: {:?}", self.state());
11961197
println!("==> table_paths[0]: {:?}", table_paths[0].clone());
11971198
let resolved_schema = options
11981199
.get_resolved_schema(&session_config, self.state(), table_paths[0].clone())

0 commit comments

Comments
 (0)