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 1144d728d IMPALA-14180: Fix imported query profiles navbar and datetime
new 35aa2e2ad IMPALA-14187: Add IMPALA_JAVA_TARGET env var
new 50f01352a IMPALA-13235: Add Reusable GFlag Validators
new 7b25a7b07 IMPALA-13887: Incorporate column/field information into
cache key
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/util/CMakeLists.txt | 2 +
be/src/util/gflag-validator-util-test.cc | 155 +++++++++++++++++++++
be/src/util/gflag-validator-util.h | 55 ++++++++
be/src/workload_mgmt/workload-management-flags.cc | 27 ++--
bin/impala-config-java.sh | 3 +
common/thrift/Descriptors.thrift | 6 +
fe/pom.xml | 2 +-
.../org/apache/impala/analysis/SlotDescriptor.java | 13 ++
java/TableFlattener/pom.xml | 2 +-
java/calcite-planner/pom.xml | 2 +-
java/datagenerator/pom.xml | 2 +-
java/ext-data-source/api/pom.xml | 2 +-
java/ext-data-source/jdbc/pom.xml | 2 +-
java/ext-data-source/sample/pom.xml | 2 +-
java/ext-data-source/test/pom.xml | 2 +-
java/external-frontend/pom.xml | 2 +-
java/iceberg-rest-catalog-test/pom.xml | 2 +-
java/pom.xml | 1 +
java/puffin-data-generator/pom.xml | 2 +-
java/query-event-hook-api/pom.xml | 2 +-
java/test-corrupt-hive-udfs/pom.xml | 2 +-
java/test-hive-udfs/pom.xml | 2 +-
java/yarn-extras/pom.xml | 2 +-
.../QueryTest/parquet-resolution-by-name.test | 13 ++
tests/custom_cluster/test_tuple_cache.py | 5 +
25 files changed, 277 insertions(+), 33 deletions(-)
create mode 100644 be/src/util/gflag-validator-util-test.cc
create mode 100644 be/src/util/gflag-validator-util.h