Skip to content

Commit 85d6ce3

Browse files
author
Альберт Скальт
committed
feat(datafusion): export table provider constructor
1 parent 50b3740 commit 85d6ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/integrations/datafusion/src/table

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)