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

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

commit 5d781d1917ec261a95971086f8d8540afc8434fb
Author: liang.huang <83992752+lhuang09287...@users.noreply.github.com>
AuthorDate: Thu Aug 3 15:03:42 2023 +0800

    KYLIN-5776 Support parameter type is string for timestampadd function
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 645b569fcc..2138ca85f8 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-r033</calcite.version>
+        <calcite.version>1.116.0-kylin-4.x-r034</calcite.version>
         <avatica.version>4.x_1.10-r01</avatica.version>
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->

Reply via email to