You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2023/04/10 14:30:30 UTC

[drill] branch master updated: Set Calcite version to 1.35.0-SNAPSHOT. (#2776)

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new b6d59eaf39 Set Calcite version to 1.35.0-SNAPSHOT. (#2776)
b6d59eaf39 is described below

commit b6d59eaf39ef4c2f4417b633a97121223bc2569f
Author: James Turton <91...@users.noreply.github.com>
AuthorDate: Mon Apr 10 16:30:21 2023 +0200

    Set Calcite version to 1.35.0-SNAPSHOT. (#2776)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b74b6f0cf..375124e39e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <parquet.version>1.12.3</parquet.version>
     <parquet.format.version>2.9.0</parquet.format.version>
     <calcite.groupId>org.apache.calcite</calcite.groupId>
-    <calcite.version>1.34.0</calcite.version>
+    <calcite.version>1.35.0-SNAPSHOT</calcite.version>
     <avatica.version>1.23.0</avatica.version>
     <janino.version>3.1.8</janino.version>
     <sqlline.version>1.12.0</sqlline.version>