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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 67ea6928e8b9c5cd23b9e76d1c0fe41f3fd00864
Author: liang.huang <83992752+lhuang09287...@users.noreply.github.com>
AuthorDate: Fri Jun 16 14:40:57 2023 +0800

    KYLIN-5721 [FOLLOW UP] fix calcite jar no to support timestampadd/diff's 
date string args
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa0622834c..697b654e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <scala-retry>0.3.0</scala-retry>
 
         <!-- Calcite Version -->
-        <calcite.version>1.116.0-kylin-4.x-r028</calcite.version>
+        <calcite.version>1.116.0-kylin-4.x-r029</calcite.version>
         <avatica.version>4.x_1.10-r01</avatica.version>
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->

Reply via email to