CTTY commented on code in PR #2116:
URL: https://github.com/apache/iceberg-rust/pull/2116#discussion_r2875730857
##########
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:
Sounds good. Created an issue:
https://github.com/apache/iceberg-rust/issues/2200
--
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]