This is an automated email from the ASF dual-hosted git repository.
rubenql 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 eb2beb9902 [CALCITE-7183] Upgrade Avatica to 1.27.0
eb2beb9902 is described below
commit eb2beb99027d5729faf309ab679e8b5cc3b94ca8
Author: Zhen Chen <[email protected]>
AuthorDate: Tue Sep 30 18:42:10 2025 +0800
[CALCITE-7183] Upgrade Avatica to 1.27.0
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index d30054405a..8b9ad66b3d 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.41.0
# This is a version to be used from Maven repository. It can be overridden by
localAvatica below
-calcite.avatica.version=1.26.0
+calcite.avatica.version=1.27.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>