shanhuuang commented on a change in pull request #10627:
URL: https://github.com/apache/arrow/pull/10627#discussion_r691841357
##########
File path: cpp/src/parquet/CMakeLists.txt
##########
@@ -407,3 +407,7 @@ endif()
if(ARROW_WITH_ZSTD)
add_definitions(-DARROW_WITH_ZSTD)
endif()
+
+if(ARROW_CSV)
Review comment:
Do you means that I should add the code in function
[ADD_PARQUET_TEST](https://github.com/apache/arrow/blob/master/cpp/src/parquet/CMakeLists.txt#L34)?
Something like:
```
if(REL_TEST_NAME STREQUAL "arrow-test" AND ARROW_CSV)
add_definitions(-DARROW_CSV)
endif()
```
This one also works :)
--
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]