mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
NIFI-11507 Upgraded Calcite from 1.32 to 1.34
This closes #7216 Signed-off-by: David Handermann <exceptionfactory@apache.org> (cherry picked from commit 01d1be3215ec5834ca2d179db60f60a3d8890a06)
This commit is contained in:
parent
4bc38d0d93
commit
42a5daa136
@ -131,8 +131,8 @@
|
||||
<hive12.hadoop.version>2.6.2</hive12.hadoop.version>
|
||||
<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>
|
||||
|
||||
|
@ -280,7 +280,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…
x
Reference in New Issue
Block a user