EnricoMi commented on code in PR #44990:
URL: https://github.com/apache/arrow/pull/44990#discussion_r1881734218


##########
cpp/src/arrow/dataset/file_parquet_encryption_test.cc:
##########
@@ -54,6 +55,9 @@ namespace dataset {
 // Base class to test writing and reading encrypted dataset.
 class DatasetEncryptionTestBase : public ::testing::Test {
  public:
+  explicit DatasetEncryptionTestBase(bool uniform_encryption = false)
+      : uniform_encryption(uniform_encryption) {}

Review Comment:
   done



-- 
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]

Reply via email to