diff --git a/src/catalog.rs b/src/catalog.rs index 49fe1404..d6ff2fb2 100644 --- a/src/catalog.rs +++ b/src/catalog.rs @@ -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}, };