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 a12e49e38 IMPALA-14509: Let Ozone set OZONE_OPTS
     new 7f7717697 IMPALA-13869: Support for 'hive.sql.query' property for Hive 
JDBC tables
     new ea0ef5a79 IMPALA-14511: Fix pgrep to avoid warning

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:
 .../org/apache/impala/catalog/TableLoader.java     |  19 +-
 .../impala/extdatasource/jdbc/JdbcDataSource.java  |  89 ++--
 .../extdatasource/jdbc/conf/DatabaseType.java      |   3 +-
 .../extdatasource/jdbc/conf/JdbcStorageConfig.java |   2 +-
 .../jdbc/conf/JdbcStorageConfigManager.java        |  18 +-
 .../extdatasource/jdbc/dao/JdbcRecordIterator.java |  25 +-
 testdata/bin/kill-all.sh                           |   2 +-
 .../queries/QueryTest/hive-jdbc-mysql-tables.test  | 370 ++++++++++++++++
 .../QueryTest/hive-jdbc-postgres-tables.test       | 370 ++++++++++++++++
 .../queries/QueryTest/jdbc-data-source.test        |   6 -
 tests/custom_cluster/test_ext_data_sources.py      | 474 ++++++++++++++++++++-
 11 files changed, 1301 insertions(+), 77 deletions(-)

Reply via email to