andersonm-ibm commented on code in PR #12778:
URL: https://github.com/apache/arrow/pull/12778#discussion_r864574139
##########
cpp/src/parquet/encryption/encryption_internal.h:
##########
@@ -88,8 +88,9 @@ class AesDecryptor {
explicit AesDecryptor(ParquetCipher::type alg_id, int key_len, bool metadata,
bool contains_length = true);
- static AesDecryptor* Make(ParquetCipher::type alg_id, int key_len, bool
metadata,
- std::vector<AesDecryptor*>* all_decryptors);
+ static std::shared_ptr<AesDecryptor> Make(
Review Comment:
Sorry, I thought if would be enough to add the description of the
`all_decryptors `member.
--
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]