Skip to content

Commit

Permalink
update imports in catalog
Browse files Browse the repository at this point in the history
Catlog API was extracted to a separate crate.

Ref: apache/datafusion#11516
  • Loading branch information
Michael-J-Ward committed Aug 20, 2024
1 parent 4c75286 commit bf65e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::errors::DataFusionError;
use crate::utils::wait_for_future;
use datafusion::{
arrow::pyarrow::ToPyArrow,
catalog::{schema::SchemaProvider, CatalogProvider},
catalog::{SchemaProvider, CatalogProvider},
datasource::{TableProvider, TableType},
};

Expand Down

0 comments on commit bf65e10

Please sign in to comment.