NIFI-11507 Upgraded Calcite from 1.32 to 1.34

This closes #7216

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

View File

@ -117,8 +117,8 @@
<properties>
<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

@ -269,7 +269,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>