This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from bde8cc4ae IMPALA-13799: Bumps timeout in waiting for catalog updates
in tests
new 8605246f3 IMPALA-13710: Fix Flaky Workload Management Custom Cluster
Tests
new f59c0917f IMPALA-13786: Skip rewriting expr of Hive auto-generated
label
new 7c02ba952 IMPALA-13803: Fix hiveserver2_protocol_version Values in
Workload Management
new 4c549d79f IMPALA-12992: Support for Hive JDBC Storage handler tables
The 4 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/system-table-scanner.cc | 2 +-
be/src/service/query-state-record.cc | 7 +-
be/src/service/query-state-record.h | 5 +
be/src/service/workload-management-worker.cc | 2 +-
bin/impala-config.sh | 2 +
fe/pom.xml | 6 +
.../org/apache/impala/analysis/SelectList.java | 1 +
.../org/apache/impala/analysis/SelectListItem.java | 10 +-
.../org/apache/impala/catalog/TableLoader.java | 67 +++++-
.../extdatasource/jdbc/conf/JdbcStorageConfig.java | 2 +-
.../jdbc/dao/DataSourceObjectCache.java | 39 ++--
.../jdbc/dao/GenericJdbcDatabaseAccessor.java | 6 +-
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 6 +-
testdata/bin/load-ext-data-sources.sh | 33 ++-
testdata/bin/setup-mysql-env.sh | 32 +++
.../queries/QueryTest/hive-jdbc-mysql-tables.test | 234 +++++++++++++++++++++
.../QueryTest/hive-jdbc-postgres-tables.test | 234 +++++++++++++++++++++
.../queries/QueryTest/views-compatibility.test | 27 +++
tests/custom_cluster/test_ext_data_sources.py | 167 ++++++++++++++-
tests/custom_cluster/test_query_live.py | 17 +-
tests/metadata/test_views_compatibility.py | 152 +++++++------
tests/util/workload_management.py | 68 ++++--
22 files changed, 994 insertions(+), 125 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/hive-jdbc-mysql-tables.test
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/hive-jdbc-postgres-tables.test