pitrou commented on a change in pull request #11688:
URL: https://github.com/apache/arrow/pull/11688#discussion_r766047311
##########
File path: cpp/cmake_modules/FindArrowDataset.cmake
##########
@@ -44,9 +44,8 @@ if(${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)
list(APPEND find_package_arguments QUIET)
endif()
find_package(Arrow ${find_package_arguments})
-find_package(Parquet ${find_package_arguments})
-if(ARROW_FOUND AND PARQUET_FOUND)
+if(ARROW_FOUND)
Review comment:
@kou Do you have any concerns about the CMake changes here?
--
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]