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/03/07 13:23:45 UTC

[drill] 01/01: Test Calcite 1.34.0-SNAPSHOT.

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

dzamo pushed a commit to branch calcite-1.34-test
in repository https://gitbox.apache.org/repos/asf/drill.git

commit a002a22919401bb211ab1cd6c98febc020c509cb
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Tue Mar 7 15:23:21 2023 +0200

    Test Calcite 1.34.0-SNAPSHOT.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9d852dcbf..7fb9c588f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <parquet.version>1.12.2</parquet.version>
     <parquet.format.version>2.8.0</parquet.format.version>
     <calcite.groupId>org.apache.calcite</calcite.groupId>
-    <calcite.version>1.33.0</calcite.version>
+    <calcite.version>1.34.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>