Skip to content

Commit 3d6aaeb

Browse files
committed
refactor: remove commented-out code in RustWrappedPyCatalogProvider implementation
1 parent 82cf803 commit 3d6aaeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/catalog.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,6 @@ impl CatalogProvider for RustWrappedPyCatalogProvider {
496496
name: &str,
497497
schema: Arc<dyn SchemaProvider>,
498498
) -> datafusion::common::Result<Option<Arc<dyn SchemaProvider>>> {
499-
// JRIGHT HERE
500-
// let py_schema: PySchema = schema.into();
501499
Python::with_gil(|py| {
502500
let py_schema = match schema
503501
.as_any()

0 commit comments

Comments
 (0)