CTTY commented on code in PR #2116:
URL: https://github.com/apache/iceberg-rust/pull/2116#discussion_r2771276184


##########
bindings/python/src/datafusion_table_provider.rs:
##########
@@ -30,6 +30,29 @@ use pyo3::types::PyCapsule;
 
 use crate::runtime::runtime;
 
+/// Parse the scheme from a URL and return the appropriate StorageFactory.
+fn storage_factory_from_path(path: &str) -> PyResult<Arc<dyn StorageFactory>> {

Review Comment:
   We probably need to add storage wrapper for user to better configure the 
storage backend they want to use. Right now it's hard wired to opendal for 
simplicity



-- 
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]

Reply via email to