This is an automated email from the ASF dual-hosted git repository.

wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 988d353e0 IMPALA-13693: Fix load-ext-data-sources.sh on Rocky 9.5
     new a61b90f86 IMPALA-13039: AES Encryption/ Decryption Support in Impala
     new fb45c786e IMPALA-13691: Partition values from HMS events don't need 
URL decoding

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/exprs/string-functions-ir.cc                |  92 +++--
 be/src/exprs/string-functions.cc                   | 183 +++++++++
 be/src/exprs/string-functions.h                    |  16 +-
 be/src/runtime/tmp-file-mgr.cc                     |   2 +-
 be/src/udf/udf-ir.cc                               |   2 +-
 be/src/util/openssl-util-test.cc                   |  57 ++-
 be/src/util/openssl-util.cc                        | 240 ++++++++---
 be/src/util/openssl-util.h                         | 124 ++++--
 common/function-registry/impala_functions.py       |   6 +
 .../java/org/apache/impala/catalog/HdfsTable.java  |  16 +-
 .../queries/QueryTest/encryption_exprs.test        | 456 +++++++++++++++++++++
 tests/custom_cluster/test_events_custom_configs.py |  35 ++
 tests/query_test/test_exprs.py                     |   6 +
 13 files changed, 1090 insertions(+), 145 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/encryption_exprs.test

Reply via email to