kou commented on issue #37201:
URL: https://github.com/apache/arrow/issues/37201#issuecomment-1681421554

   How about adding `-DXCODE_VERSION=` CMake option as a workaround?
   
   ```diff
   diff --git a/ci/scripts/java_jni_macos_build.sh 
b/ci/scripts/java_jni_macos_build.sh
   index d66c39a37..647a7dad8 100755
   --- a/ci/scripts/java_jni_macos_build.sh
   +++ b/ci/scripts/java_jni_macos_build.sh
   @@ -90,6 +90,7 @@ cmake \
      -DPARQUET_BUILD_EXECUTABLES=OFF \
      -DPARQUET_REQUIRE_ENCRYPTION=OFF \
      -Dre2_SOURCE=BUNDLED \
   +  -DXCODE_VERSION= \
      -GNinja \
      ${arrow_dir}/cpp
    cmake --build . --target install
   ```


-- 
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]

Reply via email to