This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3b35ddc8c IMPALA-13051: Speed up, refactor query log tests
new 34c084ceb IMPALA-12559: Support x5c Parameter for RSA JSON Web Keys
new bbfba13ed IMPALA-13079: Add support for FLOAT/DOUBLE in Iceberg
metadata tables
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/exec/iceberg-metadata/iceberg-row-reader.cc | 32 ++++
be/src/exec/iceberg-metadata/iceberg-row-reader.h | 8 +
be/src/util/jwt-util-test.cc | 164 +++++++++++++++++++++
be/src/util/jwt-util.cc | 128 ++++++++++++++--
.../apache/impala/customcluster/JwtHttpTest.java | 55 +++++++
.../functional/functional_schema_template.sql | 67 +++++++++
.../datasets/functional/schema_constraints.csv | 1 +
testdata/jwt/jwks_x5c_rs256.json | 14 ++
.../queries/QueryTest/iceberg-metadata-tables.test | 14 ++
9 files changed, 468 insertions(+), 15 deletions(-)
create mode 100644 testdata/jwt/jwks_x5c_rs256.json