We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b3740 commit 497ff3bCopy full SHA for 497ff3b
crates/integrations/datafusion/src/table/mod.rs
@@ -80,7 +80,7 @@ impl IcebergTableProvider {
80
///
81
/// Loads the table once to get the initial schema, then stores the catalog
82
/// reference for future metadata refreshes on each operation.
83
- pub(crate) async fn try_new(
+ pub async fn try_new(
84
catalog: Arc<dyn Catalog>,
85
namespace: NamespaceIdent,
86
name: impl Into<String>,
0 commit comments