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 2fc4f7479 IMPALA-10186: Fix writing empty parquet page
     new 6e3634498 IMPALA-11925: Added a new api 
add_write_notification_log_in_batch in the MetastoreServiceHandler class
     new 878527045 IMPALA-12147: Allow collections of fixed length types as 
non-passthrough children of unions
     new c8a21c51e IMPALA-12081: Produce multiple Java docker images
     new ee6395db7 IMPALA-11253: Support testing with Java 11
     new 879afbab1 IMPALA-11260: Add add-opens to JAVA_TOOL_OPTIONS on startup

The 5 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                                     |   2 +
 LICENSE.txt                                        |  34 ---
 be/src/common/init.cc                              |  58 +++++
 bin/bootstrap_system.sh                            |  66 +----
 bin/{start-daemon.sh => impala-config-java.sh}     |  27 +-
 bin/impala-config.sh                               |  93 +++++--
 bin/jenkins/dockerized-impala-run-tests.sh         |   6 +-
 bin/run-all-tests.sh                               |  14 +
 bin/start-impala-cluster.py                        |   2 +
 cmake_modules/FindJNI.cmake                        | 281 ---------------------
 docker/CMakeLists.txt                              |  36 +--
 docker/daemon_entrypoint.sh                        |  38 ---
 docker/install_os_packages.sh                      |  28 +-
 docker/setup_build_context.py                      |  11 +-
 fe/pom.xml                                         |  16 +-
 .../catalog/metastore/MetastoreServiceHandler.java |  11 +
 .../java/org/apache/impala/planner/UnionNode.java  |  11 +-
 .../org/apache/impala/util/JMXJsonUtilTest.java    |   3 +-
 java/TableFlattener/pom.xml                        |   2 +-
 java/datagenerator/pom.xml                         |   4 +-
 java/executor-deps/pom.xml                         |   2 +-
 java/ext-data-source/api/pom.xml                   |   6 +-
 java/ext-data-source/sample/pom.xml                |   4 +-
 java/ext-data-source/test/pom.xml                  |   2 +-
 java/query-event-hook-api/pom.xml                  |   4 +-
 java/shaded-deps/hive-exec/pom.xml                 |   2 +-
 java/shaded-deps/s3a-aws-sdk/pom.xml               |   2 +-
 java/test-corrupt-hive-udfs/pom.xml                |   2 +-
 java/test-hive-udfs/pom.xml                        |   2 +-
 java/yarn-extras/pom.xml                           |   2 +-
 testdata/bin/run-mini-dfs.sh                       |   2 +-
 testdata/bin/run-ranger-server.sh                  |   8 +-
 .../QueryTest/nested-array-in-select-list.test     |  62 ++++-
 .../QueryTest/nested-map-in-select-list.test       |  66 ++++-
 tests/custom_cluster/test_metastore_service.py     |  17 +-
 .../test_banned_log_messages.py}                   |  36 +--
 36 files changed, 427 insertions(+), 535 deletions(-)
 copy bin/{start-daemon.sh => impala-config-java.sh} (58%)
 mode change 100755 => 100644
 delete mode 100644 cmake_modules/FindJNI.cmake
 copy tests/{query_test/test_local_fs.py => 
verifiers/test_banned_log_messages.py} (54%)

Reply via email to