You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ga...@apache.org on 2022/11/29 10:52:47 UTC

[impala] branch branch-4.2.0 updated (68f04a0c2 -> 788b66c5c)

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

gaborkaszab pushed a change to branch branch-4.2.0
in repository https://gitbox.apache.org/repos/asf/impala.git


    omit 68f04a0c2 Update version to 4.2.0-RELEASE
    omit 08a04d249 IMPALA-11734: TestIcebergTable.test_compute_stats fails in RELEASE builds
     add e1e92da79 IMPALA-11676: Prettify asf-site docs
     add c3ec9272c IMPALA-11724: Use CDP Ozone in test environment
     add 87e007725 IMPALA-11734: TestIcebergTable.test_compute_stats fails in RELEASE builds
     add f8443d982 IMPALA-11697: Enable SkipIf.not_hdfs tests for Ozone
     add adeb7fc05 IMPALA-11722: Wrong error message when unsupported complex type comes from * expression
     add 3c9d23a23 IMPALA-11707: Fix global runtime IN-list filter of numeric types are AlwaysFalse
     add 84fa6d210 IMPALA-11738: Hide symbols from compression libraries for libfesupport.so
     add 52956bae1 IMPALA-11741: Verify that 'hostname' is installed in Docker images
     add 3c40919f6 IMPALA-11739: Skip pushing down BinaryPredicate with NullLiteral for Iceberg tables
     add 2733d039a IMPALA-3119: DDL support for bucketed tables
     add 16190b4f7 IMPALA-11737: Update sasl to 0.3.1 for Python 3.10
     add d3c3ae41c IMPALA-11740: Incorrect results for partitioned Iceberg V2 tables when runtime filters are applied
     new 788b66c5c Update version to 4.2.0-RELEASE

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (68f04a0c2)
            \
             N -- N -- N   refs/heads/branch-4.2.0 (788b66c5c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 LICENSE.txt                                        |    4 +-
 be/src/exec/hdfs-scan-node-base.cc                 |   18 +-
 be/src/exec/orc/hdfs-orc-scanner.cc                |   12 +-
 be/src/exec/parquet/hdfs-parquet-scanner.cc        |   12 +-
 be/src/runtime/runtime-filter-bank.h               |   20 +-
 be/src/service/CMakeLists.txt                      |   12 +
 be/src/util/in-list-filter-ir.cc                   |    6 +-
 be/src/util/in-list-filter-test.cc                 |  141 +-
 be/src/util/in-list-filter.cc                      |   37 +-
 be/src/util/in-list-filter.h                       |   25 +-
 bin/bootstrap_toolchain.py                         |    3 +-
 bin/impala-config.sh                               |   17 +-
 bin/rat_exclude_files.txt                          |    4 +-
 bin/save-version.sh                                |    2 +-
 common/thrift/CatalogObjects.thrift                |   19 +
 common/thrift/JniCatalog.thrift                    |    5 +-
 docker/install_os_packages.sh                      |    7 +
 docs/Makefile                                      |   15 +-
 docs/build-doc.sh                                  |   19 +-
 docs/css/dita-ot-doc.css                           |  268 +
 docs/impala.ditamap                                |    4 +-
 docs/shared/header.xml                             |   15 +
 fe/src/main/cup/sql-parser.cup                     |   39 +-
 .../impala/analysis/CreateTableLikeFileStmt.java   |    2 +-
 .../apache/impala/analysis/CreateTableStmt.java    |    3 +
 .../impala/analysis/DropTableOrViewStmt.java       |    5 +-
 .../org/apache/impala/analysis/SelectStmt.java     |    3 +
 .../java/org/apache/impala/analysis/SlotRef.java   |   44 +-
 .../java/org/apache/impala/analysis/TableDef.java  |   72 +-
 .../org/apache/impala/analysis/ToSqlUtils.java     |   25 +-
 .../apache/impala/planner/IcebergScanPlanner.java  |    5 +
 .../apache/impala/service/CatalogOpExecutor.java   |   14 +
 .../{TSessionStateUtil.java => BucketUtils.java}   |   29 +-
 fe/src/main/jflex/sql-scanner.flex                 |    2 +
 .../org/apache/impala/analysis/AnalyzeDDLTest.java |   51 +
 .../apache/impala/analysis/AnalyzeStmtsTest.java   |    6 +
 .../org/apache/impala/analysis/AnalyzerTest.java   |    2 +-
 .../org/apache/impala/analysis/ParserTest.java     |   32 +-
 .../java/org/apache/impala/analysis/ToSqlTest.java |   18 +
 java/executor-deps/pom.xml                         |    4 +-
 java/pom.xml                                       |    2 -
 shell/.gitignore                                   |    7 +-
 shell/ext-py/sasl-0.2.1/recython.sh                |   16 -
 shell/ext-py/sasl-0.2.1/sasl/saslwrapper.cpp       | 4216 -------------
 shell/ext-py/sasl-0.2.1/setup.py                   |   31 -
 .../ext-py/{sasl-0.2.1 => sasl-0.3.1}/LICENSE.txt  |    0
 .../ext-py/{sasl-0.2.1 => sasl-0.3.1}/MANIFEST.in  |    0
 shell/ext-py/sasl-0.3.1/PKG-INFO                   |   12 +
 .../{sasl-0.2.1 => sasl-0.3.1}/sasl/__init__.py    |    0
 shell/ext-py/sasl-0.3.1/sasl/saslwrapper.cpp       | 6480 ++++++++++++++++++++
 .../{sasl-0.2.1 => sasl-0.3.1}/sasl/saslwrapper.h  |    0
 .../sasl/saslwrapper.pyx                           |    2 +
 .../{kerberos-1.3.1 => sasl-0.3.1}/setup.cfg       |    0
 shell/ext-py/sasl-0.3.1/setup.py                   |   60 +
 shell/packaging/requirements.txt                   |    2 +-
 .../queries/QueryTest/create-table.test            |   51 +
 .../queries/QueryTest/iceberg-query.test           |   16 +
 .../iceberg-v2-read-position-deletes-orc.test      |   28 +
 .../iceberg-v2-read-position-deletes.test          |   30 +
 .../queries/QueryTest/in_list_filters.test         |   95 +-
 .../functional-query/queries/QueryTest/sfs.test    |   42 +-
 .../queries/QueryTest/show-create-table.test       |   21 +
 tests/common/skip.py                               |   10 +-
 tests/custom_cluster/test_disable_features.py      |    4 +-
 tests/custom_cluster/test_hedged_reads.py          |    3 +-
 tests/custom_cluster/test_scratch_disk.py          |   12 +-
 tests/data_errors/test_data_errors.py              |    9 +-
 tests/metadata/test_ddl.py                         |    2 +-
 tests/metadata/test_show_create_table.py           |    2 +-
 tests/query_test/test_acid.py                      |    4 +-
 tests/query_test/test_iceberg.py                   |   18 +-
 tests/query_test/test_sfs.py                       |    7 +-
 tests/stress/test_acid_stress.py                   |    2 +-
 tests/stress/test_insert_stress.py                 |    5 +-
 74 files changed, 7708 insertions(+), 4502 deletions(-)
 create mode 100644 docs/css/dita-ot-doc.css
 create mode 100644 docs/shared/header.xml
 copy fe/src/main/java/org/apache/impala/util/{TSessionStateUtil.java => BucketUtils.java} (54%)
 delete mode 100755 shell/ext-py/sasl-0.2.1/recython.sh
 delete mode 100644 shell/ext-py/sasl-0.2.1/sasl/saslwrapper.cpp
 delete mode 100644 shell/ext-py/sasl-0.2.1/setup.py
 rename shell/ext-py/{sasl-0.2.1 => sasl-0.3.1}/LICENSE.txt (100%)
 rename shell/ext-py/{sasl-0.2.1 => sasl-0.3.1}/MANIFEST.in (100%)
 create mode 100644 shell/ext-py/sasl-0.3.1/PKG-INFO
 rename shell/ext-py/{sasl-0.2.1 => sasl-0.3.1}/sasl/__init__.py (100%)
 create mode 100644 shell/ext-py/sasl-0.3.1/sasl/saslwrapper.cpp
 rename shell/ext-py/{sasl-0.2.1 => sasl-0.3.1}/sasl/saslwrapper.h (100%)
 rename shell/ext-py/{sasl-0.2.1 => sasl-0.3.1}/sasl/saslwrapper.pyx (99%)
 copy shell/ext-py/{kerberos-1.3.1 => sasl-0.3.1}/setup.cfg (100%)
 create mode 100644 shell/ext-py/sasl-0.3.1/setup.py


[impala] 01/01: Update version to 4.2.0-RELEASE

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gaborkaszab pushed a commit to branch branch-4.2.0
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 788b66c5c3e8b16b056372edacdeda0cd64f8e7c
Author: Daniel Becker <da...@cloudera.com>
AuthorDate: Tue Nov 29 11:09:34 2022 +0100

    Update version to 4.2.0-RELEASE
    
    Change-Id: I21b046a41803fafe6f3e39b564818fd5499c30fb
---
 bin/impala-config.sh                 | 2 +-
 bin/save-version.sh                  | 2 +-
 fe/pom.xml                           | 2 +-
 java/TableFlattener/pom.xml          | 2 +-
 java/datagenerator/pom.xml           | 2 +-
 java/executor-deps/pom.xml           | 2 +-
 java/ext-data-source/api/pom.xml     | 2 +-
 java/ext-data-source/pom.xml         | 2 +-
 java/ext-data-source/sample/pom.xml  | 2 +-
 java/ext-data-source/test/pom.xml    | 2 +-
 java/pom.xml                         | 2 +-
 java/query-event-hook-api/pom.xml    | 2 +-
 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 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/bin/impala-config.sh b/bin/impala-config.sh
index a8eb649bd..bebcb351f 100755
--- a/bin/impala-config.sh
+++ b/bin/impala-config.sh
@@ -70,7 +70,7 @@ fi
 # WARNING: If changing this value, also run these commands:
 # cd ${IMPALA_HOME}/java
 # mvn versions:set -DnewVersion=YOUR_NEW_VERSION
-export IMPALA_VERSION=4.2.0-SNAPSHOT
+export IMPALA_VERSION=4.2.0-RELEASE
 
 # The unique build id of the toolchain to use if bootstrapping. This is generated by the
 # native-toolchain build when publishing its build artifacts. This should be changed when
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 85e5f899e..bd612abb8 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -25,7 +25,7 @@ VERSION=${IMPALA_VERSION}
 GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
 if [ -z $GIT_HASH ]
 then
-  GIT_HASH="Could not obtain git hash"
+  GIT_HASH=d3c3ae41c4aeb2dec9f55dacb3dfc357d16713a3
 fi
 
 BUILD_TIME=`date`
diff --git a/fe/pom.xml b/fe/pom.xml
index ddfdd868e..51a484794 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
     <relativePath>../java/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/TableFlattener/pom.xml b/java/TableFlattener/pom.xml
index d1195ae3d..2313998ec 100644
--- a/java/TableFlattener/pom.xml
+++ b/java/TableFlattener/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>nested-table-flattener</artifactId>
diff --git a/java/datagenerator/pom.xml b/java/datagenerator/pom.xml
index 16b9c1128..de4255ef1 100644
--- a/java/datagenerator/pom.xml
+++ b/java/datagenerator/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/executor-deps/pom.xml b/java/executor-deps/pom.xml
index bf607480f..67dda22d5 100644
--- a/java/executor-deps/pom.xml
+++ b/java/executor-deps/pom.xml
@@ -34,7 +34,7 @@ under the License.
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.impala</groupId>
diff --git a/java/ext-data-source/api/pom.xml b/java/ext-data-source/api/pom.xml
index 635dae872..dba1cd51f 100644
--- a/java/ext-data-source/api/pom.xml
+++ b/java/ext-data-source/api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-data-source</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <artifactId>impala-data-source-api</artifactId>
   <name>Apache Impala External Data Source API</name>
diff --git a/java/ext-data-source/pom.xml b/java/ext-data-source/pom.xml
index 1d95c06bd..f9891a5ff 100644
--- a/java/ext-data-source/pom.xml
+++ b/java/ext-data-source/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>impala-data-source</artifactId>
diff --git a/java/ext-data-source/sample/pom.xml b/java/ext-data-source/sample/pom.xml
index a0470bbbe..766090276 100644
--- a/java/ext-data-source/sample/pom.xml
+++ b/java/ext-data-source/sample/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-data-source</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <artifactId>impala-data-source-sample</artifactId>
   <name>Apache Impala External Data Source Sample</name>
diff --git a/java/ext-data-source/test/pom.xml b/java/ext-data-source/test/pom.xml
index ab705312b..c59ac2a41 100644
--- a/java/ext-data-source/test/pom.xml
+++ b/java/ext-data-source/test/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-data-source</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <artifactId>impala-data-source-test</artifactId>
   <name>Apache Impala External Data Source Test Library</name>
diff --git a/java/pom.xml b/java/pom.xml
index 20e26adf2..df1927988 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.impala</groupId>
   <artifactId>impala-parent</artifactId>
-  <version>4.2.0-SNAPSHOT</version>
+  <version>4.2.0-RELEASE</version>
   <packaging>pom</packaging>
   <name>Apache Impala Parent POM</name>
 
diff --git a/java/query-event-hook-api/pom.xml b/java/query-event-hook-api/pom.xml
index 9a41f76d9..82ea9e5f3 100644
--- a/java/query-event-hook-api/pom.xml
+++ b/java/query-event-hook-api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>query-event-hook-api</artifactId>
diff --git a/java/shaded-deps/hive-exec/pom.xml b/java/shaded-deps/hive-exec/pom.xml
index 1b157ae91..8e020928d 100644
--- a/java/shaded-deps/hive-exec/pom.xml
+++ b/java/shaded-deps/hive-exec/pom.xml
@@ -27,7 +27,7 @@ the same dependencies
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/shaded-deps/s3a-aws-sdk/pom.xml b/java/shaded-deps/s3a-aws-sdk/pom.xml
index 13978a242..74d46d4ba 100644
--- a/java/shaded-deps/s3a-aws-sdk/pom.xml
+++ b/java/shaded-deps/s3a-aws-sdk/pom.xml
@@ -25,7 +25,7 @@ though some of them might not be necessary. The exclusions are sorted alphabetic
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/java/test-corrupt-hive-udfs/pom.xml b/java/test-corrupt-hive-udfs/pom.xml
index 07865d121..e9cf1fdd4 100644
--- a/java/test-corrupt-hive-udfs/pom.xml
+++ b/java/test-corrupt-hive-udfs/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/test-hive-udfs/pom.xml b/java/test-hive-udfs/pom.xml
index 59f7b4b22..0ebea1f82 100644
--- a/java/test-hive-udfs/pom.xml
+++ b/java/test-hive-udfs/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/java/yarn-extras/pom.xml b/java/yarn-extras/pom.xml
index 1d3b7924b..70270daef 100644
--- a/java/yarn-extras/pom.xml
+++ b/java/yarn-extras/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.impala</groupId>
     <artifactId>impala-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0-RELEASE</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>yarn-extras</artifactId>