ianmcook commented on code in PR #4007:
URL: https://github.com/apache/arrow-adbc/pull/4007#discussion_r2824553635


##########
docs/source/format/connection_profiles.rst:
##########
@@ -193,8 +193,11 @@ When using a profile name (not an absolute path), the 
driver manager searches fo
 1. **Additional Search Paths** (if configured via 
``AdbcDriverManagerDatabaseSetAdditionalSearchPathList()``)
 2. **ADBC_PROFILE_PATH** environment variable (colon-separated on Unix, 
semicolon-separated on Windows)
 3. **Conda Environment** (if built with Conda support and ``CONDA_PREFIX`` is 
set):
+
    - ``$CONDA_PREFIX/etc/adbc/profiles/``
+
 4. **User Configuration Directory**:
+
    - Linux: ``~/.config/adbc/profiles/``

Review Comment:
   @zeroshade I notice that [in the driver manifests 
docs](https://arrow.apache.org/adbc/main/format/driver_manifests.html#unix-like-platforms),
 we mention `XDG_CONFIG_HOME`, but here in the connection profiles docs we 
don't.
   
   Does the driver manager search behavior not work consistently w.r.t. 
`XDG_CONFIG_HOME` in both cases?



-- 
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]

Reply via email to