ianmcook commented on PR #3320:
URL: https://github.com/apache/arrow-adbc/pull/3320#issuecomment-3222175623
In the parts of the code added/changed here, we're careful to use `wchar_t`
for env vars on Windows, but higher up in `adbc_driver_manager.cc` there's an
unconditional
```cpp
const char* env_path = std::getenv("ADBC_CONFIG_PATH");
```
Does that need to be changed?
--
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]