zeroshade opened a new pull request, #4052: URL: https://github.com/apache/arrow-adbc/pull/4052
To facilitate more reuse of the functions for locating drivers, searching for manifests, and loading drivers directly, it makes sense to make some of the functionality directly public instead of being only `pub(crate)`. This will allow consumers to have more reuse of the components in the driver_manager (which I believe was the intent of @felipecrv's refactor in the first place). This includes `SearchHit`, `process_profile_value`, `DriverLibrary` and some of the searching/loading methods of `DriverLibrary`. -- 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]
