wgtmac commented on code in PR #39623:
URL: https://github.com/apache/arrow/pull/39623#discussion_r1468859163
##########
cpp/src/arrow/dataset/CMakeLists.txt:
##########
@@ -180,6 +180,11 @@ if(ARROW_PARQUET)
file_parquet_encryption_test.cc
${PROJECT_SOURCE_DIR}/src/parquet/encryption/test_in_memory_kms.cc
)
+ add_arrow_dataset_test(large_row_parquet_encrypt_test
+ SOURCES
+ large_row_parquet_encrypt_test.cc
Review Comment:
See my other comment, this does not have to be a separate test.
--
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]