amoeba opened a new issue, #3247: URL: https://github.com/apache/arrow-adbc/issues/3247
### What happened? Sorry if I misreading the code and [docs](https://arrow.apache.org/adbc/main/format/driver_manifests.html). It looks like the behavior on macOS when `LOAD_FLAG_SEARCH_SYSTEM` is set is for the driver manager to search `/etc/adbc`: https://github.com/apache/arrow-adbc/blob/6a8c2ae87fb5b73df334bc85015e4bed3cfe91dd/c/driver_manager/adbc_driver_manager.cc#L295-L297 This isn't an expected location for macOS. On macOS, the more conventional location would be `/Library/Application Support/ADBC` I think. See https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPFileSystem/Articles/WhereToPutFiles.html. > If the resources apply to all users on the system, such as document templates, place them in /Library/Application Support. If the resources are user-specific, such as workspace configuration files, place them in the current user’s ~/Library/Application Support directory. Am I reading the docs and code right? If so, I'd like to propose changing the behavior of this on macOS and updating the docs. ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org