tennisleng opened a new pull request, #48548: URL: https://github.com/apache/arrow/pull/48548
### Rationale for this change This PR addresses [#48547](https://github.com/apache/arrow/issues/48547) to enable Arrow Flight SQL ODBC tests in MSVC CI. ### What changes are included in this PR? 1. Added a new optional `flight-sql-odbc` input parameter to the reusable `cpp_windows.yml` workflow 2. Added `ARROW_FLIGHT_SQL_ODBC` environment variable that conditionally enables ODBC based on the input 3. Updated `cpp_extra.yml` to pass `flight-sql-odbc: true` for the `msvc-arm64` job ### Are these changes tested? This change enables existing ODBC tests to run in the MSVC CI pipeline. ### Are there any user-facing changes? No. ### Notes This PR depends on [#48269](https://github.com/apache/arrow/issues/48269) (enabling Flight/Flight SQL tests in MSVC CI) being resolved first. Once Flight and Flight SQL tests are enabled, the ODBC tests configured by this PR will execute properly. -- 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]
