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 d0837f171c783180cb1e44aa1bafd99e568d2f3e Author: Julian Hyde <[email protected]> AuthorDate: Mon Oct 11 12:09:30 2021 -0700 [CALCITE-4762] Upgrade Calcite to Avatica 1.19 (Following this commit are a few commits that add test cases in Calcite for functionality that was fixed in Avatica 1.19.) Close apache/calcite#2578 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fe7b9a9..571cbcc 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.28.0 # This is a version to be used from Maven repository. It can be overridden by localAvatica below -calcite.avatica.version=1.18.0 +calcite.avatica.version=1.19.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>
