This is an automated email from the ASF dual-hosted git repository.

laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from d0127c240 IMPALA-13566: Expose query cancellation status to UDFs
     new 31e48c3cd IMPALA-13843: Support usage of strings directly in rapidjson
     new 4d846f0d4 IMPALA-13877: Fix missing stats time in TestLastDdlTimeUpdate

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:
 be/CMakeLists.txt                           |   2 +
 be/src/catalog/catalog-server.cc            |  77 ++++++-----
 be/src/exprs/string-functions.cc            |   5 +-
 be/src/runtime/coordinator-backend-state.cc |  12 +-
 be/src/service/impala-http-handler.cc       | 193 ++++++++++++++--------------
 be/src/util/json-util.cc                    |  12 +-
 be/src/util/json-util.h                     |   2 +-
 be/src/util/jwt-util.cc                     |   6 +-
 be/src/util/lineage-util.h                  |  18 +--
 be/src/util/logging-support.cc              |   2 +-
 be/src/util/metrics.cc                      |  20 +--
 be/src/util/redactor.cc                     |   2 +-
 be/src/util/runtime-profile.cc              |  29 ++---
 be/src/util/webserver.cc                    |  10 +-
 tests/metadata/test_last_ddl_time_update.py |  63 ++++++---
 15 files changed, 235 insertions(+), 218 deletions(-)

Reply via email to