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 a2d5471  IMPALA-10016: Split jars for Impala exec and coord Docker 
images
     new 3382759  IMPALA-9485: Enable file handle cache for EC files
     new 1f3160b  IMPALA-8304: Generate JUnitXML if a command run by CMake fails

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:
 CMakeLists.txt                                     | 16 ++++++
 be/CMakeLists.txt                                  | 11 +++-
 be/src/exec/base-sequence-scanner.cc               |  4 +-
 be/src/exec/hdfs-orc-scanner.cc                    |  3 +-
 be/src/exec/hdfs-scan-node-base.cc                 | 21 ++++----
 be/src/exec/hdfs-scan-node-base.h                  | 13 ++---
 be/src/exec/hdfs-scanner.cc                        |  5 +-
 be/src/exec/hdfs-text-scanner.cc                   |  3 +-
 be/src/exec/parquet/hdfs-parquet-scanner.cc        |  2 +-
 be/src/exec/parquet/parquet-page-index.cc          |  2 +-
 be/src/exec/parquet/parquet-page-reader.cc         |  3 +-
 be/src/exec/scanner-context.cc                     |  4 +-
 be/src/runtime/io/disk-io-mgr-stress.cc            |  2 +-
 be/src/runtime/io/disk-io-mgr-test.cc              | 10 ++--
 be/src/runtime/io/request-ranges.h                 | 19 +++----
 be/src/runtime/io/scan-range.cc                    | 29 ++++------
 be/src/runtime/tmp-file-mgr.cc                     |  2 +-
 be/src/scheduling/scheduler.cc                     |  2 -
 bin/junitxml_command_wrapper.sh                    | 61 ++++++++++++++++++++++
 common/thrift/PlanNodes.thrift                     |  3 --
 docker/CMakeLists.txt                              |  8 +--
 .../org/apache/impala/planner/HdfsScanNode.java    |  2 +-
 .../impala_py_lib/jenkins/generate_junitxml.py     | 30 ++++++-----
 tests/custom_cluster/test_hdfs_fd_caching.py       |  3 +-
 24 files changed, 158 insertions(+), 100 deletions(-)
 create mode 100755 bin/junitxml_command_wrapper.sh

Reply via email to