From 497ff3b660de221bedef96f53746ba9b444ddbdd Mon Sep 17 00:00:00 2001 From: Albert Skalt Date: Wed, 11 Feb 2026 09:22:05 +0300 Subject: [PATCH] feat(datafusion): expor table provider constructor --- crates/integrations/datafusion/src/table/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/integrations/datafusion/src/table/mod.rs b/crates/integrations/datafusion/src/table/mod.rs index ae87342fa5..c2d7c1ee1e 100644 --- a/crates/integrations/datafusion/src/table/mod.rs +++ b/crates/integrations/datafusion/src/table/mod.rs @@ -80,7 +80,7 @@ impl IcebergTableProvider { /// /// Loads the table once to get the initial schema, then stores the catalog /// reference for future metadata refreshes on each operation. - pub(crate) async fn try_new( + pub async fn try_new( catalog: Arc, namespace: NamespaceIdent, name: impl Into,