This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0219bd07c IMPALA-13986: Update JS scripts to align with linting rules
new f545a0828 IMPALA-14051: Use batch insert HMS API to fire insert events
new a056808bc IMPALA-14110: Avoid decoding values for counting columns
new 3781132ef IMPALA-13675: OAuth AuthN Support for Impala Shell
The 3 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/exec/parquet/hdfs-parquet-scanner.cc | 2 +-
be/src/exec/parquet/parquet-column-readers.cc | 5 ++
bin/rat_exclude_files.txt | 3 +
.../org/apache/impala/compat/MetastoreShim.java | 43 +++++++----
.../java/org/apache/impala/util/MetaStoreUtil.java | 2 +-
shell/impala_shell/impala_shell.py | 87 ++++++++++++++++++++-
shell/impala_shell/option_parser.py | 20 ++++-
testdata/jwt/oauth_client_secret | 1 +
testdata/jwt/okta_oauth_payload_invalid | 1 +
testdata/jwt/okta_oauth_payload_valid | 1 +
.../QueryTest/nested-types-parquet-page-index.test | 23 ++++++
.../QueryTest/zipping-unnest-in-from-clause.test | 2 +
tests/custom_cluster/test_shell_jwt_auth.py | 5 ++
tests/custom_cluster/test_shell_oauth_auth.py | 90 +++++++++++++++++++++-
tests/shell/test_shell_commandline_jwt_auth.py | 8 +-
15 files changed, 262 insertions(+), 31 deletions(-)
create mode 100644 testdata/jwt/oauth_client_secret
create mode 100644 testdata/jwt/okta_oauth_payload_invalid
create mode 100644 testdata/jwt/okta_oauth_payload_valid