This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/main by this push:
new cf93a9b226 Kylin 5195, update spark from 3.1.1 to 3.1.3 (#1894)
cf93a9b226 is described below
commit cf93a9b226b30537cc0a909f4e9d2a001bb01da1
Author: WANG Hui <[email protected]>
AuthorDate: Thu Jun 23 10:43:08 2022 +0800
Kylin 5195, update spark from 3.1.1 to 3.1.3 (#1894)
* update spark from 3.1.1 to 3.1.3 in kylin4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c21a85fe22..c4cf577583 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1934,7 +1934,7 @@
<properties>
<scala.version>2.12.10</scala.version>
<scala.binary.version>2.12</scala.binary.version>
- <spark.version>3.1.1</spark.version>
+ <spark.version>3.1.3</spark.version>
<spark.version.dir>spark31</spark.version.dir>
<jackson.version>2.10.0</jackson.version>
<slf4j.version>1.7.30</slf4j.version>