zeroshade commented on code in PR #3099:
URL: https://github.com/apache/arrow-adbc/pull/3099#discussion_r2190422881


##########
rust/core/src/driver_manager.rs:
##########
@@ -184,6 +200,65 @@ impl ManagedDriver {
         Ok(ManagedDriver { inner })
     }
 
+    /// Load a driver either by name, filename, path, or via locating a toml 
manifest file.
+    /// The LoadFlags control what directories are searched to locate a 
manifest.
+    pub fn find_load_from_name(

Review Comment:
   maybe just `load_from_name`?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to