NIFI-11507 Upgraded Calcite from 1.32 to 1.34

This closes #7216

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 01d1be3215ec5834ca2d179db60f60a3d8890a06)
This commit is contained in:
Pierre Villard 2023-05-01 16:58:39 +03:00 committed by exceptionfactory
parent 4bc38d0d93
commit 42a5daa136
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 3 additions and 3 deletions

View File

@ -131,8 +131,8 @@
<hive12.hadoop.version>2.6.2</hive12.hadoop.version>
<hive3.version>3.1.3</hive3.version>
<hive.version>${hive3.version}</hive.version>
<avatica.version>1.22.0</avatica.version>
<calcite.version>1.32.0</calcite.version>
<avatica.version>1.23.0</avatica.version>
<calcite.version>1.34.0</calcite.version>
<calcite.avatica.version>1.6.0</calcite.avatica.version>
</properties>

View File

@ -280,7 +280,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.32.0</version>
<version>1.34.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>