mirror of https://github.com/apache/nifi.git
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:
parent
806151b967
commit
dfa18b848f
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue