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 c098fdc69 IMPALA-12034: Use more portable filesystem_client instead of 
hdfs_client.
     new a879bece7 IMPALA-12025: Hide misleading TotalTime and InactiveTotalTime
     new 826b113fd IMPALA-11954: Fix for URL encoded partition columns for 
Iceberg tables

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/aggregator.cc                          |   2 +-
 be/src/exec/grouping-aggregator.cc                 |   5 +-
 be/src/exec/hash-table.cc                          |   4 +-
 be/src/exec/hdfs-table-sink.cc                     |  80 +++++++++------
 be/src/exec/hdfs-table-sink.h                      |  14 +++
 be/src/exec/output-partition.h                     |   7 +-
 be/src/exec/scan-node.cc                           |   7 +-
 be/src/runtime/bufferpool/buffer-pool.cc           |   3 +-
 be/src/runtime/coordinator-backend-state.cc        |   9 +-
 be/src/runtime/coordinator.cc                      |   6 +-
 be/src/runtime/dml-exec-state.cc                   |  16 ++-
 be/src/runtime/fragment-instance-state.cc          |   4 +-
 be/src/runtime/fragment-state.cc                   |   2 +-
 be/src/runtime/krpc-data-stream-recvr.cc           |   9 +-
 be/src/runtime/query-state.cc                      |   4 +-
 be/src/service/client-request-state.cc             |   6 +-
 be/src/util/runtime-profile.cc                     | 101 ++++++++++++-------
 be/src/util/runtime-profile.h                      |  34 +++++--
 common/fbs/IcebergObjects.fbs                      |   1 +
 .../impala/service/IcebergCatalogOpExecutor.java   |   4 +-
 .../java/org/apache/impala/util/IcebergUtil.java   |  23 +++--
 .../QueryTest/iceberg-partitioned-insert.test      | 111 +++++++++++++++++++++
 22 files changed, 326 insertions(+), 126 deletions(-)

Reply via email to