Skip to content

Commit bf65e10

Browse files
update imports in catalog
Catlog API was extracted to a separate crate. Ref: apache/datafusion#11516
1 parent 4c75286 commit bf65e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use crate::errors::DataFusionError;
2525
use crate::utils::wait_for_future;
2626
use datafusion::{
2727
arrow::pyarrow::ToPyArrow,
28-
catalog::{schema::SchemaProvider, CatalogProvider},
28+
catalog::{SchemaProvider, CatalogProvider},
2929
datasource::{TableProvider, TableType},
3030
};
3131

0 commit comments

Comments
 (0)