tolleybot commented on code in PR #34616: URL: https://github.com/apache/arrow/pull/34616#discussion_r1256858206
########## cpp/src/arrow/dataset/CMakeLists.txt: ########## @@ -175,6 +175,13 @@ endif() if(ARROW_PARQUET) add_arrow_dataset_test(file_parquet_test) + if(PARQUET_REQUIRE_ENCRYPTION AND ARROW_DATASET) + add_arrow_dataset_test(dataset_encryption_test + SOURCES + dataset_encryption_test.cc Review Comment: @wgtmac I ended up adding dataset_encryption_test.cc after all. I found that when I added the SOURCES to add additional files this was not picking up the original test file. -- 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]
