hiroyuki-sato commented on PR #46622:
URL: https://github.com/apache/arrow/pull/46622#issuecomment-2918310009
@alinaliBQ Thanks.
`-DARROW_FLIGHT_SQL_ODBC=OFF`, `-DARROW_FLIGHT_SQL=ON`: compile succeed on
macOS.
@kou recommendation looks good to me. (for macOS environment.)
```
cmake .. --preset ninja-debug-maximal \
-DCMAKE_INSTALL_PREFIX=/tmp/local \
-DARROW_CUDA=OFF \
-DARROW_SKYHOOK=OFF \
-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
\
-DARROW_EXTRA_ERROR_CONTEXT=OFF \
-DARROW_FLIGHT_SQL_ODBC=OFF \
-DARROW_FLIGHT_SQL=ON
```
--
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]