pratik0316 commented on code in PR #2000:
URL: https://github.com/apache/iceberg-rust/pull/2000#discussion_r2665308468
##########
crates/integrations/datafusion/src/table/mod.rs:
##########
@@ -78,7 +78,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(
Review Comment:
why we need it to be public?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]