paleolimbot commented on code in PR #41494: URL: https://github.com/apache/arrow/pull/41494#discussion_r1587735136
########## python/CMakeLists.txt: ########## @@ -305,6 +319,7 @@ set(PYARROW_CPP_LINK_LIBS "") # Check all the options from Arrow and PyArrow C++ to be in line if(PYARROW_BUILD_DATASET) + message(STATUS "Building PyArrow Dataset") Review Comment: ```suggestion message(STATUS "Building PyArrow with dataset") ``` (I'm not sure anybody would actually be confused by this, but the actual building doesn't happen 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org