ianmcook commented on PR #3320: URL: https://github.com/apache/arrow-adbc/pull/3320#issuecomment-3208928098
Ah I see what you mean. Another way to implement this would be to add a config function in the C driver manager that allows wrappers to add paths to the manifest search paths at runtime. Then for example the Python driver manager could check if `VIRTUAL_ENV` is set and add it to the search paths if it is. But conda is language-agnostic so I think there's a stronger case for keeping `CONDA_PREFIX` in the C driver manager. -- 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