alinaliBQ commented on issue #49538:
URL: https://github.com/apache/arrow/issues/49538#issuecomment-4093317881
@amoeba Yes please, that would be awesome. Would you be able to take a look
at patches needed for building `ARROW_FLIGHT_SQL` statically on Windows MSVC?
```
# Under arrow/cpp/build folder
cmake .. -G "Visual Studio 17 2022" `
-A x64 `
-DARROW_FLIGHT_SQL=ON `
-DARROW_DEPENDENCY_SOURCE=BUNDLED `
-DARROW_DEPENDENCY_USE_SHARED=OFF `
-DARROW_BUILD_TESTS=ON
```
Once building `ARROW_FLIGHT_SQL` statically is supported, it would be more
straightforward to enable the ODBC build on top of Flight SQL.
--
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]