[email protected] has uploaded a new patch set (#3). ( 
http://gerrit.cloudera.org:8080/20447 )

Change subject: IMPALA-12418: Include crypto functions supported by Hive
......................................................................

IMPALA-12418: Include crypto functions supported by Hive

AES (Advanced Encryption Standard) is a widely recognized
and respected encryption algorithm used to protect
sensitive data. It is renowned for its strength and
efficiency in securing information, making it a cornerstone
of modern cryptography. AES operates by transforming
plaintext data into ciphertext using a symmetric key,
ensuring confidentiality and integrity. Its flexibility
allows for various key lengths, including 128, 192, and 256
bits, catering to different security requirements.

Hive uses ECB mode for encrption/ decryption, therefore,
this patch contains the implementation of the same in impala.

Change-Id: I3902f2b1d95da4d06995cbd687e79c48e16190c9
---
M be/src/exprs/string-functions-ir.cc
M be/src/exprs/string-functions.h
M be/src/util/openssl-util.cc
M be/src/util/openssl-util.h
M bin/cmake_aux/create_py3_virtualenv.sh
M common/function-registry/impala_functions.py
M testdata/workloads/functional-query/queries/QueryTest/exprs.test
7 files changed, 276 insertions(+), 41 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/20447/3
--
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: newpatchset
Gerrit-Change-Id: I3902f2b1d95da4d06995cbd687e79c48e16190c9
Gerrit-Change-Number: 20447
Gerrit-PatchSet: 3
Gerrit-Owner: Anonymous Coward <[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]>

Reply via email to