alinaliBQ opened a new issue, #47630: URL: https://github.com/apache/arrow/issues/47630
### Describe the enhancement requested AC: - ODBC should find the TLS certificate if it is co-located with the driver. The codebase should find module path of the ODBC driver dll and use the module path as default when user does not pass `trustedCerts` in the connection string. - Suggestion: One possibility is to use `whereami` library for this. Code to change: https://github.com/apache/arrow/blob/ed36107ad869dd0db5c33a7c3e5484f66a461a4f/cpp/src/arrow/flight/sql/odbc/flight_sql/flight_sql_connection.cc#L153-L155 Suggested function to use to find module path: https://github.com/apache/arrow/blob/ed36107ad869dd0db5c33a7c3e5484f66a461a4f/cpp/src/arrow/flight/sql/odbc/odbcabstraction/utils.cc#L69 Parent issue: https://github.com/apache/arrow/issues/30622 ### Component(s) C++, FlightRPC -- 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]
