This is an automated email from the ASF dual-hosted git repository.
wzhou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 4d9393643 IMPALA-12658: UPDATE Iceberg table FROM view throws
IllegalStateException
new 9a132bc43 IMPALA-12380: Securing dbcp.password for JDBC external data
source
new a2c2f118d IMPALA-12375: Make DataSource Object persistent
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/catalog/catalog-server.cc | 6 +
be/src/catalog/catalog.cc | 5 +
be/src/catalog/catalog.h | 6 +
.../org/apache/impala/compat/MetastoreShim.java | 20 ++++
.../org/apache/impala/compat/MetastoreShim.java | 89 +++++++++++++++
.../impala/analysis/CreateTableDataSrcStmt.java | 4 +-
.../java/org/apache/impala/catalog/Catalog.java | 3 +-
.../impala/catalog/CatalogServiceCatalog.java | 41 ++++++-
.../org/apache/impala/catalog/DataSourceTable.java | 8 +-
.../apache/impala/service/CatalogOpExecutor.java | 83 +++++++++++++-
.../java/org/apache/impala/service/JniCatalog.java | 7 ++
.../extdatasource/jdbc/conf/JdbcStorageConfig.java | 7 +-
.../jdbc/conf/JdbcStorageConfigManager.java | 57 ++++++++-
.../jdbc/dao/GenericJdbcDatabaseAccessor.java | 6 +
testdata/bin/copy-ext-data-sources.sh | 17 +++
.../QueryTest/jdbc-data-source-with-keystore.test | 127 +++++++++++++++++++++
tests/common/impala_test_suite.py | 4 +-
tests/common/skip.py | 3 +
tests/custom_cluster/test_ext_data_sources.py | 85 ++++++++++++++
tests/query_test/test_ext_data_sources.py | 5 +
tests/util/filesystem_utils.py | 11 ++
21 files changed, 572 insertions(+), 22 deletions(-)
create mode 100644
testdata/workloads/functional-query/queries/QueryTest/jdbc-data-source-with-keystore.test