You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2021/12/14 00:58:51 UTC

[calcite] branch master updated (4ff5fa8 -> 2ee53f2)

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

jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 4ff5fa8  [CALCITE-4929] Implement default getDef() methods in MetadataHandler interfaces
     new c986156  [CALCITE-4937] Upgrade Calcite to Avatica 1.20
     new 2ee53f2  [CALCITE-4938] Upgrade SQLLine to 1.12.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[calcite] 02/02: [CALCITE-4938] Upgrade SQLLine to 1.12.0

Posted by jh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2ee53f257b0b5ccffbed01706c81820c3fb7dd01
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Mon Dec 13 15:52:52 2021 -0800

    [CALCITE-4938] Upgrade SQLLine to 1.12.0
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index bb29d43..6c24948 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -145,7 +145,7 @@ servlet.version=4.0.1
 sketches-core.version=0.9.0
 slf4j.version=1.7.25
 spark.version=2.2.2
-sqlline.version=1.11.0
+sqlline.version=1.12.0
 teradata.tpcds.version=1.2
 testcontainers.version=1.15.1
 tpch.version=1.0

[calcite] 01/02: [CALCITE-4937] Upgrade Calcite to Avatica 1.20

Posted by jh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c9861565c385e55bb2d0e7629cc3eadfa9e23821
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Mon Dec 13 12:49:49 2021 -0800

    [CALCITE-4937] Upgrade Calcite to Avatica 1.20
    
    Fixes CVE-2021-44228.
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index a78e67d..bb29d43 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,7 +29,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
 calcite.version=1.29.0
 # This is a version to be used from Maven repository. It can be overridden by localAvatica below
-calcite.avatica.version=1.19.0
+calcite.avatica.version=1.20.0
 
 # The options below configures the use of local clone (e.g. testing development versions)
 # You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>