Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/20447 )
Change subject: [WIP] IMPALA-13039: AES Encryption/ Decryption Support in Impala ...................................................................... Patch Set 10: (3 comments) http://gerrit.cloudera.org:8080/#/c/20447/10/be/src/util/openssl-util.cc File be/src/util/openssl-util.cc: http://gerrit.cloudera.org:8080/#/c/20447/10/be/src/util/openssl-util.cc@232 PS10, Line 232: int success = encrypt ? EVP_EncryptInit_ex(ctx.ctx, evpCipher, nullptr, nullptr, nullptr): line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/20447/10/be/src/util/openssl-util.cc@233 PS10, Line 233: EVP_DecryptInit_ex(ctx.ctx, evpCipher, nullptr, nullptr, nullptr); line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/20447/10/be/src/util/openssl-util.cc@279 PS10, Line 279: success = encrypt ? EVP_EncryptFinal_ex(ctx.ctx, out + (data_read == nullptr ? offset : *data_read), line too long (102 > 90) -- To view, visit http://gerrit.cloudera.org:8080/20447 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I3902f2b1d95da4d06995cbd687e79c48e16190c9 Gerrit-Change-Number: 20447 Gerrit-PatchSet: 10 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Comment-Date: Wed, 10 Jul 2024 19:38:08 +0000 Gerrit-HasComments: Yes
