NIFI-10477 Upgraded Apache Calcite from 1.31 to 1.32

This closes #6396

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
exceptionfactory 2022-09-10 20:05:26 -05:00 committed by Mike Thomsen
parent 806151b967
commit dfa18b848f
No known key found for this signature in database
GPG Key ID: 88511C3D4CAD246F
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@
<hive3.version>3.1.3</hive3.version>
<hive.version>${hive3.version}</hive.version>
<avatica.version>1.22.0</avatica.version>
<calcite.version>1.31.0</calcite.version>
<calcite.version>1.32.0</calcite.version>
<calcite.avatica.version>1.6.0</calcite.avatica.version>
</properties>

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.31.0</version>
<version>1.32.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>

View File

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