raulcd commented on issue #47444: URL: https://github.com/apache/arrow/issues/47444#issuecomment-3234416568
You are correct, we don't seem to be testing `ARROW_FLIGHT_SQL` on the cpp workflow on macOS even though we test it on the CGLib Ruby macOS build, which indeed builds C++ with `ARROW_FLIGHT_SQL`. It makes sense to me to enable it on the `cpp.yml` workflow for macOS as part of you efforts for adding ODBC support for macOS. We already enable it for Windows there: https://github.com/apache/arrow/blob/4d90dd76622f8810a613d24306dead3127dd3948/.github/workflows/cpp.yml#L398-L400 -- 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]
