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 58fd45f20 IMPALA-12876: Add catalogVersion and loaded timestamp in
query profiles
new 9f4290a5b IMPALA-13386: Fix test_metastore_service.py after HIVE-27984
new dc26bf2c1 IMPALA-13390: Lower MEM_LIMIT in
test_exchange_mem_usage_scaling
new e0a0bb361 IMPALA-13233: Improve display of instance-level skew in
query timeline
new d3134bfb4 IMPALA-13101: test_data_source_tables fails with Data source
does not exist
new e7376466c IMPALA-13377: Excercise exec_option in
test_recover_partitions.py
The 5 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:
.../queries/QueryTest/data-source-tables.test | 12 +-
.../queries/QueryTest/exchange-mem-scaling.test | 12 +-
tests/common/impala_test_suite.py | 23 +-
tests/custom_cluster/test_ext_data_sources.py | 15 +-
tests/custom_cluster/test_metastore_service.py | 109 ++---
tests/metadata/test_recover_partitions.py | 22 +-
tests/query_test/test_ext_data_sources.py | 5 +-
www/queries.tmpl | 2 +-
www/query_backends.tmpl | 2 +-
www/query_detail_tabs.tmpl | 2 +-
www/query_finstances.tmpl | 2 +-
www/query_plan.tmpl | 2 +-
www/query_summary.tmpl | 2 +-
www/query_timeline.tmpl | 8 +-
www/rpcz.tmpl | 2 +-
www/scripts/query_timeline/chart_commons.js | 10 +-
www/scripts/query_timeline/fragment_diagram.js | 441 +++++++++++++--------
.../query_timeline/fragment_metrics_diagram.js | 21 +-
www/scripts/query_timeline/global_dom.js | 2 +-
.../query_timeline/host_utilization_diagram.js | 14 +-
.../tests/query_timeline/fragment_diagram.test.js | 17 +-
21 files changed, 408 insertions(+), 317 deletions(-)