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 9dcd136df IMPALA-12699: Set timeout for catalog RPCs
     new 5835c9b99 IMPALA-12913: Refactor Workload Management Custom Cluster 
Tests
     new 0a077fe99 IMPALA-12928: Mask JDBC table property dbcp.password for 
DESC FORMATTED and SHOW CREATE TABLE

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/analysis/ToSqlUtils.java     |  11 +
 .../org/apache/impala/catalog/DataSourceTable.java |  12 +
 .../impala/util/HiveMetadataFormatUtils.java       |  16 +-
 testdata/data/zipcodes_timezones.csv               | 605 ++++++++++++++
 .../functional/functional_schema_template.sql      |  14 +
 tests/custom_cluster/test_query_log.py             | 893 +++++++++------------
 tests/custom_cluster/test_sys_db.py                |  62 ++
 tests/query_test/test_ext_data_sources.py          |  17 +-
 tests/util/workload_management.py                  |  14 +-
 9 files changed, 1144 insertions(+), 500 deletions(-)
 create mode 100644 testdata/data/zipcodes_timezones.csv
 create mode 100644 tests/custom_cluster/test_sys_db.py

Reply via email to