emkornfield commented on code in PR #36574:
URL: https://github.com/apache/arrow/pull/36574#discussion_r1278317889
##########
cpp/src/parquet/encryption/test_encryption_util.cc:
##########
@@ -509,4 +512,177 @@ void FileDecryptor::CheckFile(parquet::ParquetFileReader*
file_reader,
}
}
+void FileDecryptor::DecryptPageIndex(
+ std::string file,
+ std::shared_ptr<FileDecryptionProperties> file_decryption_properties) {
Review Comment:
nit: pass either as const-ref or as a raw pointer (ownership sharing doesn't
seem necessary 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]