We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc32b4 commit 3abfae2Copy full SHA for 3abfae2
presto-pinot-toolkit/pom.xml
@@ -14,6 +14,7 @@
14
15
<properties>
16
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
17
+ <dep.calcite.version>1.38.0</dep.calcite.version>
18
</properties>
19
20
<dependencies>
@@ -275,7 +276,7 @@
275
276
<dependency>
277
<groupId>org.apache.calcite</groupId>
278
<artifactId>calcite-core</artifactId>
- <version>1.32.0</version>
279
+ <version>${dep.calcite.version}</version>
280
<exclusions>
281
<exclusion>
282
<groupId>commons-logging</groupId>
@@ -381,7 +382,7 @@
381
382
383
384
<artifactId>calcite-babel</artifactId>
- <version>1.29.0</version>
385
386
</dependency>
387
388
<groupId>io.perfmark</groupId>
0 commit comments