andersonm-ibm commented on code in PR #12778:
URL: https://github.com/apache/arrow/pull/12778#discussion_r865783148
##########
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:
Sure, @pitrou , I've added the comment.
Thanks for rebasing.
Please, let me know if I can help with anything else..
--
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]