Skip to content

Commit 13a4f3d

Browse files
committed
add: log first table path for debugging in SessionContext
1 parent 2169bce commit 13a4f3d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)