This is an automated email from the ASF dual-hosted git repository.
yhcast0 pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/kylin5 by this push:
new aa7b695e85 [MINOR] Update calcite version to 1.30.0-kylin-5.x-r3
(#2346)
aa7b695e85 is described below
commit aa7b695e855ecd80c32849e6d53748d08519d958
Author: Yinghao Lin <[email protected]>
AuthorDate: Mon Dec 29 16:20:44 2025 +0800
[MINOR] Update calcite version to 1.30.0-kylin-5.x-r3 (#2346)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eb3c09b921..abc3232f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<scala-retry>0.3.0</scala-retry>
<!-- Calcite Version -->
- <calcite.version>1.30.0-kylin-4.x-r10</calcite.version>
+ <calcite.version>1.30.0-kylin-5.x-r3</calcite.version>
<avatica.version>1.22.0</avatica.version>
<immutables.version>2.8.8</immutables.version>