This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from d23ba87d4 IMPALA-13361: Add INSERT * and UPDATE SET * syntax for MERGE
statement
new 134de01a5 IMPALA-13642: Fix unused test vector in test_scanners.py
new 740ee28eb IMPALA-13618: Move to commons-lang3
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:
bin/impala-config.sh | 1 -
bin/impala-flake8 | 2 +-
bin/jenkins/critique-gerrit-review.py | 8 +-
fe/pom.xml | 5 +-
.../org/apache/impala/analysis/FunctionName.java | 2 +-
.../org/apache/impala/analysis/StatementBase.java | 2 +-
.../org/apache/impala/analysis/ToSqlUtils.java | 4 +-
.../apache/impala/analysis/TupleDescriptor.java | 2 +-
.../ranger/RangerAuthorizationChecker.java | 2 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 2 +-
.../java/org/apache/impala/catalog/Function.java | 2 +-
.../org/apache/impala/catalog/HdfsPartition.java | 2 +-
.../java/org/apache/impala/catalog/HdfsTable.java | 2 +-
.../apache/impala/catalog/IcebergDeleteTable.java | 2 +-
.../catalog/events/MetastoreEventsProcessor.java | 6 +-
.../impala/catalog/local/DirectMetaProvider.java | 2 +-
.../metastore/CatalogMetastoreServiceHandler.java | 6 +-
.../catalog/monitor/CatalogOperationCounter.java | 2 +-
.../java/org/apache/impala/common/JniUtil.java | 2 +-
.../extdatasource/ExternalDataSourceExecutor.java | 2 +-
.../impala/extdatasource/jdbc/JdbcDataSource.java | 2 +-
.../apache/impala/hooks/QueryEventHookManager.java | 2 +-
.../apache/impala/service/CatalogOpExecutor.java | 2 +-
.../java/org/apache/impala/service/Frontend.java | 2 +-
.../org/apache/impala/service/JniFrontend.java | 2 +-
.../impala/util/HiveMetadataFormatUtils.java | 2 +-
.../apache/impala/util/JniRequestPoolService.java | 2 +-
.../authorization/AuthorizationStmtTest.java | 2 +-
.../events/MetastoreEventsProcessorTest.java | 2 +-
.../customservice/KuduHMSIntegrationTest.java | 2 +-
.../org/apache/impala/planner/PlannerTestBase.java | 2 +-
infra/python/deps/py3-requirements.txt | 4 +
java/TableFlattener/pom.xml | 5 +-
.../infra/tableflattener/SchemaFlattener.java | 2 +-
java/pom.xml | 1 -
tests/common/test_vector.py | 24 +--
tests/query_test/test_scanners.py | 170 +++++++++++----------
37 files changed, 153 insertions(+), 133 deletions(-)