VersusFacit commented on code in PR #4155:
URL: https://github.com/apache/arrow-adbc/pull/4155#discussion_r3008186422


##########
rust/driver_manager/src/search.rs:
##########
@@ -612,6 +613,13 @@ impl<'a> DriverLibrary<'a> {
             })
     }
 
+    fn platform_library_path(path: &Path) -> PathBuf {
+        let file_name = path
+            .file_name()
+            .expect("driver search paths must include a file name");

Review Comment:
   Totally fair, I can kick up a quick patch sometime tomorrow or Tuesday the 
latest if you want to wait for it.



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