Skip to content

Commit 720c81d

Browse files
committed
Intermediate testing and troubleshooting
1 parent 650e976 commit 720c81d

File tree

3 files changed

+260
-68
lines changed

3 files changed

+260
-68
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ impl PySessionContext {
586586
println!("Found provider version {}", provider.version);
587587

588588
let schema = provider.schema();
589-
println!("Got schema through TableProvider trait {}", schema);
589+
println!("Got schema through TableProvider trait.");
590590

591591
let _ = self.ctx.register_table(name, Arc::new(provider))?;
592592
}

0 commit comments

Comments
 (0)