You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2021/10/19 20:01:51 UTC

[drill] branch master updated: DRILL-8014: Bump Calcite to 1.21.0r5 (#2341)

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

cgivre 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 c620af7  DRILL-8014: Bump Calcite to 1.21.0r5 (#2341)
c620af7 is described below

commit c620af70b80a64aecfb774eedb49151df9e2953f
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Tue Oct 19 16:01:43 2021 -0400

    DRILL-8014: Bump Calcite to 1.21.0r5 (#2341)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8292caf..7a7b3eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
       avoid_bad_dependencies plugin found in the file.
     -->
     <calcite.groupId>com.github.vvysotskyi.drill-calcite</calcite.groupId>
-    <calcite.version>1.21.0-drill-r4</calcite.version>
+    <calcite.version>1.21.0-drill-r5</calcite.version>
     <avatica.version>1.17.0</avatica.version>
     <janino.version>3.0.11</janino.version>
     <sqlline.version>1.9.0</sqlline.version>