diff --git a/src/catalog.rs b/src/catalog.rs index 49fe14046..d6ff2fb26 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}, };