zhangfengcdt commented on code in PR #44:
URL: https://github.com/apache/sedona-db/pull/44#discussion_r2337241214


##########
rust/sedona/src/object_storage.rs:
##########
@@ -97,6 +122,11 @@ pub async fn ensure_object_store_registered(state: &mut 
SessionState, name: &str
     Ok(())
 }
 
+// Backward compatibility wrapper
+pub async fn ensure_object_store_registered(state: &mut SessionState, name: 
&str) -> Result<()> {
+    ensure_object_store_registered_with_options(state, name, None).await
+}

Review Comment:
   This one is actually used in catalog.rs, and it was 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]

Reply via email to