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 fef4bf430 IMPALA-13175: Upgrade Spring Framework to 5.3.37
     new 42e5ea7ea IMPALA-13106: Support larger imported query profile sizes 
through compression
     new d5b4fdcb0 IMPALA-13167: Fix Workload Management Tests Timing out

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:
 .gitattributes                                     |   1 +
 LICENSE.txt                                        |  26 +++++
 bin/rat_exclude_files.txt                          |  17 ++--
 tests/custom_cluster/test_query_live.py            |   6 +-
 tests/custom_cluster/test_query_log.py             |   6 +-
 www/common-header.tmpl                             |   2 +-
 www/pako.min.js                                    |   2 +
 www/queries.tmpl                                   | 111 ++++++++++-----------
 www/query_plan_text.tmpl                           |   7 +-
 www/query_profile.tmpl                             |   9 +-
 www/query_stmt.tmpl                                |   9 +-
 www/query_timeline.tmpl                            |  10 +-
 www/scripts/{util.js => common_util.js}            |   0
 .../scripts/compression_util.js                    |  10 +-
 www/scripts/queries/profileParseWorker.js          |  57 +++++++++++
 www/scripts/query_timeline/chart_commons.js        |   1 -
 www/scripts/query_timeline/fragment_diagram.js     |   2 +-
 .../tests/queries/profileParseWorker.test.js       |  34 +++++++
 18 files changed, 220 insertions(+), 90 deletions(-)
 create mode 100644 www/pako.min.js
 rename www/scripts/{util.js => common_util.js} (100%)
 copy be/src/runtime/collection-value.cc => www/scripts/compression_util.js 
(84%)
 create mode 100644 www/scripts/queries/profileParseWorker.js
 create mode 100644 www/scripts/tests/queries/profileParseWorker.test.js

Reply via email to