diff --git a/src/datafusion/table_factory.rs b/src/datafusion/table_factory.rs index 4ac2a6b..5259668 100644 --- a/src/datafusion/table_factory.rs +++ b/src/datafusion/table_factory.rs @@ -27,7 +27,7 @@ use datafusion::{ use super::table_provider::{ListingZarrTableConfig, ListingZarrTableOptions, ZarrTableProvider}; -struct ZarrListingTableFactory {} +pub struct ZarrListingTableFactory {} #[async_trait] impl TableProviderFactory for ZarrListingTableFactory {