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 1d05381b7 IMPALA-11745: Add Hive's ESRI geospatial functions as 
builtins
     new 7dcf80b32 IMPALA-10804: [DOCS] Document spill to remote storage
     new b858f2acd IMPALA-11883: Calculate erasure-coded bytes read directly
     new 8935c7590 IMPALA-11859: Add bytes-read-encrypted metric
     new eca34cc98 IMPALA-11892: Restore pkg_resources with Python 2

The 4 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/hdfs-scan-node-base.cc                 |    7 +
 be/src/exec/hdfs-scan-node-base.h                  |    7 +-
 be/src/exec/orc/hdfs-orc-scanner.cc                |    5 +-
 be/src/runtime/io/hdfs-file-reader.cc              |   10 +-
 be/src/runtime/io/request-context.h                |    6 +-
 be/src/runtime/io/request-ranges.h                 |    7 +-
 be/src/runtime/io/scan-range.cc                    |    1 +
 be/src/scheduling/scheduler.cc                     |    2 +
 be/src/util/impalad-metrics.cc                     |    5 +
 be/src/util/impalad-metrics.h                      |    4 +
 common/fbs/CatalogObjects.fbs                      |    3 +
 common/protobuf/planner.proto                      |    3 +
 common/thrift/PlanNodes.thrift                     |    7 +-
 common/thrift/metrics.json                         |   10 +
 docs/topics/impala_disk_space.xml                  |  106 +
 .../org/apache/impala/catalog/FeIcebergTable.java  |    5 +-
 .../apache/impala/catalog/FileMetadataLoader.java  |    4 +-
 .../org/apache/impala/catalog/HdfsPartition.java   |   15 +-
 .../java/org/apache/impala/compat/HdfsShim.java    |   30 -
 .../org/apache/impala/planner/HdfsScanNode.java    |    1 +
 shell/impala-shell                                 |    6 +-
 shell/make_shell_tarball.sh                        |    6 +-
 shell/pkg_resources.py                             | 2700 ++++++++++++++++++++
 tests/query_test/test_io_metrics.py                |    6 +-
 24 files changed, 2900 insertions(+), 56 deletions(-)
 delete mode 100644 fe/src/main/java/org/apache/impala/compat/HdfsShim.java
 create mode 100644 shell/pkg_resources.py

Reply via email to