zinking opened a new issue, #36885: URL: https://github.com/apache/arrow/issues/36885
### Describe the enhancement requested I am following documentation [doc](https://arrow.apache.org/docs/developers/java/building.html#system-setup) to build up the dataset jar. everything works fine till this step `To build all JNI libraries (MacOS / Linux) except the JNI C Data Interface library:` and then I encountered following error: ``` -- Found the ArrowDataset static library: /Users/zhnwang/zhenw/arrow/java-dist/lib/x86_64/libarrow_dataset.a CMake Error at dataset/CMakeLists.txt:19 (find_package): By not providing "FindArrowSubstrait.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "ArrowSubstrait", but CMake did not find one. Could not find a package configuration file provided by "ArrowSubstrait" with any of the following names: ArrowSubstraitConfig.cmake arrowsubstrait-config.cmake ``` I took a look at the commit history and tried with following updated command ``` mvn generate-resources \ -Pgenerate-libs-jni-macos-linux \ -DARROW_GANDIVA=ON \ -DARROW_SUBSTRAIT=OFF \ <- added -DARROW_JAVA_JNI_ENABLE_GANDIVA=ON \ -N ``` still the same error? I suppose the documentation should be added after ArrowSubstrait change? ### Component(s) Java -- 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]
