You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ku...@apache.org on 2020/04/27 12:21:58 UTC

[carbondata] branch master updated: [CARBONDATA-3785]update the scala version for spark-2.4 in compliance to open source spark

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

kunalkapoor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 6771415  [CARBONDATA-3785]update the scala version for spark-2.4 in compliance to open source spark
6771415 is described below

commit 67714158269badec44bd90a7b940a8dab87faa48
Author: akashrn5 <ak...@gmail.com>
AuthorDate: Thu Apr 23 14:17:38 2020 +0530

    [CARBONDATA-3785]update the scala version for spark-2.4 in compliance to open source spark
    
    Why is this PR needed?
    update the scala version for spark-2.4 in compliance to open source spark
    
    What changes were proposed in this PR?
    update scala version to 2.11.12
    
    This closes #3724
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 33f35d8..f603b23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -585,7 +585,7 @@
       <properties>
         <spark.version>2.4.5</spark.version>
         <scala.binary.version>2.11</scala.binary.version>
-        <scala.version>2.11.8</scala.version>
+        <scala.version>2.11.12</scala.version>
       </properties>
       <build>
         <plugins>