zeroshade opened a new pull request, #3320: URL: https://github.com/apache/arrow-adbc/pull/3320
Updates the driver manager logic to handle virtual environments used by venv and conda. venv will set a `VIRTUAL_ENV` environment variable while conda will set `CONDA_PREFIX`. If these environment variables are set, then they are added to the search list of `get_search_paths` / `GetSearchPaths` when the `LOAD_FLAG_SEARCH_ENV` flag is set. Also updates the docs to mention this. -- 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