lidavidm commented on code in PR #13481: URL: https://github.com/apache/arrow/pull/13481#discussion_r911426474
########## cpp/CMakeLists.txt: ########## @@ -980,6 +980,7 @@ endif() if(ARROW_JNI) add_subdirectory(src/jni) + add_subdirectory(../java/dataset/src/main/cpp ./java/jni) Review Comment: Similar to the other PR, this still needs to be conditioned on `if(ARROW_DATASET)` right? -- 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]
