This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 85b042ca23 [CALCITE-7521] Upgrade Calcite to Avatica 1.28.0
85b042ca23 is described below
commit 85b042ca23ba84dc5be4e15d720a389b5d892200
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Tue May 12 15:30:06 2026 +0200
[CALCITE-7521] Upgrade Calcite to Avatica 1.28.0
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 8c7e62d40a..10e033c123 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,7 +28,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
# Release version can be generated by using -Prelease or -Prc=<int> arguments
calcite.version=1.42.0
# This is a version to be used from Maven repository. It can be overridden by
localAvatica below
-calcite.avatica.version=1.27.0
+calcite.avatica.version=1.28.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>