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

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


    from dc63ae514 IMPALA-8253: Parquet delta encoding and decoding.
     new ca5de24d6 IMPALA-12153: Parquet STRUCT reader should fill position 
slots
     new 57964c83d IMPALA-11823: Add more items to Impala web UI queries page

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/src/exec/parquet/parquet-column-readers.cc      |  12 --
 be/src/exec/parquet/parquet-column-readers.h       |   6 +
 .../exec/parquet/parquet-struct-column-reader.cc   |  15 ++
 be/src/runtime/coordinator.h                       |   5 +
 be/src/scheduling/admission-control-client.h       |   3 +-
 be/src/scheduling/admission-control-service.cc     |   6 +-
 be/src/scheduling/admission-controller.cc          |  11 +-
 be/src/scheduling/admission-controller.h           |   3 +-
 .../scheduling/local-admission-control-client.cc   |   6 +-
 be/src/scheduling/local-admission-control-client.h |   3 +-
 .../scheduling/remote-admission-control-client.cc  |  10 +-
 .../scheduling/remote-admission-control-client.h   |   3 +-
 be/src/scheduling/schedule-state.cc                |   1 +
 be/src/service/client-request-state.cc             |   2 +-
 be/src/service/client-request-state.h              |  17 ++
 be/src/service/impala-http-handler.cc              | 129 +++++++++++--
 be/src/service/impala-http-handler.h               |   5 +-
 be/src/service/impala-server.cc                    |  16 +-
 be/src/service/impala-server.h                     |  20 +++
 be/src/util/runtime-profile.cc                     |  71 ++++----
 be/src/util/runtime-profile.h                      |   5 +
 common/protobuf/admission_control_service.proto    |   9 +
 .../queries/QueryTest/struct-positions.test        | 200 +++++++++++++++++++++
 tests/query_test/test_nested_types.py              |   4 +
 www/common-header.tmpl                             |   2 +-
 www/queries.tmpl                                   | 148 +++++++++------
 www/query_detail_tabs.tmpl                         | 177 ++++++++++++++++++
 www/query_plan.tmpl                                |   1 +
 www/query_summary.tmpl                             |   4 +
 29 files changed, 775 insertions(+), 119 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/struct-positions.test

Reply via email to