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 683bef1ca IMPALA-11253: Support testing with Java 11 (take 2)
     new 1cf8f5065 IMPALA-12053: Expose event-processor error message in WebUI
     new 58a94268b IMPALA-11915: Support graphical plan and timeline exports in 
the WebUI
     new ee300a1af IMPALA-12163: Fixes two issues when outputting RPC details.

The 3 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                   |  8 +-
 common/thrift/JniCatalog.thrift                    |  4 +-
 .../impala/catalog/events/MetastoreEvents.java     |  2 +-
 .../catalog/events/MetastoreEventsProcessor.java   | 58 ++++++++++----
 shell/impala_client.py                             |  4 +-
 tests/shell/test_shell_commandline.py              | 35 +++++++--
 tests/util/event_processor_utils.py                | 15 +++-
 www/events.tmpl                                    |  5 ++
 www/query_plan.tmpl                                | 67 ++++++++++++++--
 www/query_timeline.tmpl                            | 89 +++++++++++++++++++---
 10 files changed, 246 insertions(+), 41 deletions(-)

Reply via email to