eitsupi commented on issue #2957: URL: https://github.com/apache/arrow-adbc/issues/2957#issuecomment-2973936798
`ADBC_SNOWFLAKE_GO_LIB_DIR` seems to be used only in Rust. Is there any reason why `(DY)LD_LIBRARY_PATH` cannot be used here? (It seems that `ADBC_SNOWFLAKE_GO_LIB_DIR` was added by #2207, but I couldn't quite figure out why `ADBC_SNOWFLAKE_GO_LIB_DIR` was used instead of `(DY)LD_LIBRARY_PATH`) For example, if I look at the source code of the Python one, it looks like it uses `(DY)LD_LIBRARY_PATH`. https://github.com/apache/arrow-adbc/blob/a32fecc79d3332c45fe97d329c156ef669085a50/python/adbc_driver_bigquery/adbc_driver_bigquery/__init__.py#L248-L250 https://github.com/apache/arrow-adbc/blob/a32fecc79d3332c45fe97d329c156ef669085a50/python/adbc_driver_snowflake/adbc_driver_snowflake/__init__.py#L190-L192 -- 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]
