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