Skip to content

Commit 497ff3b

Browse files
committed
feat(datafusion): expor table provider constructor
1 parent 50b3740 commit 497ff3b

File tree

1 file changed

+1
-1
lines changed
  • crates/integrations/datafusion/src/table

1 file changed

+1
-1
lines changed

crates/integrations/datafusion/src/table/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl IcebergTableProvider {
8080
///
8181
/// Loads the table once to get the initial schema, then stores the catalog
8282
/// reference for future metadata refreshes on each operation.
83-
pub(crate) async fn try_new(
83+
pub async fn try_new(
8484
catalog: Arc<dyn Catalog>,
8585
namespace: NamespaceIdent,
8686
name: impl Into<String>,

0 commit comments

Comments
 (0)