mirror of
https://github.com/apache/nifi.git
synced 2025-02-12 04:55:19 +00:00
NIFI-12346 Upgraded Apache Calcite from 1.35.0 to 1.36.0
This closes #8009 Signed-off-by: David Handermann <exceptionfactory@apache.org> (cherry picked from commit 246ffe4ee9027df85ac3c91ddbc75a00a3127406)
This commit is contained in:
parent
0801885b84
commit
e891a01523
@ -137,7 +137,7 @@
|
||||
<hive3.version>3.1.3</hive3.version>
|
||||
<hive.version>${hive3.version}</hive.version>
|
||||
<avatica.version>1.23.0</avatica.version>
|
||||
<calcite.version>1.35.0</calcite.version>
|
||||
<calcite.version>1.36.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.35.0</version>
|
||||
<version>1.36.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
@ -261,7 +261,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-core</artifactId>
|
||||
<version>1.35.0</version>
|
||||
<version>1.36.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user