You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/02/14 05:54:49 UTC

[kylin] 20/33: [DIRTY] update spark version to 3.2.0-kylin-4.6.3.0-SNAPSHOT

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 4aabb62546776abefafa648f8cf93880f7755291
Author: jlf <lo...@kyligence.io>
AuthorDate: Thu Dec 8 10:33:26 2022 +0800

    [DIRTY] update spark version to 3.2.0-kylin-4.6.3.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb4d0b5634..b03a749eba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
 
         <!-- Spark versions -->
         <delta.version>1.2.1</delta.version>
-        <spark.version>3.2.0-kylin-4.6.2.0</spark.version>
+        <spark.version>3.2.0-kylin-4.6.3.0-SNAPSHOT</spark.version>
 
         <roaring.version>0.9.2-kylin-r4</roaring.version>