You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/16 18:18:24 UTC

[spark] branch master updated: [SPARK-44041][BUILD] Upgrade Ammonite to 2.5.9

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aff416fba53 [SPARK-44041][BUILD] Upgrade Ammonite to 2.5.9
aff416fba53 is described below

commit aff416fba5329b7f2fd051bb83f0cd3d368b83eb
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Fri Jun 16 11:18:11 2023 -0700

    [SPARK-44041][BUILD] Upgrade Ammonite to 2.5.9
    
    ### What changes were proposed in this pull request?
    This pr is aim to upgrade ammonite from 2.5.8 to 2.5.9.
    
    ### Why are the changes needed?
    Ammonite 2.5.9  is used to support Scala 2.12.18 and Scala 2.13.11:
    - https://github.com/com-lihaoyi/Ammonite/compare/2.5.8...2.5.9
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    Closes #41624 from LuciferYang/SPARK-44041.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b90ba9818ec..9786ba04704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
     ./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
     -->
     <arrow.version>12.0.0</arrow.version>
-    <ammonite.version>2.5.8</ammonite.version>
+    <ammonite.version>2.5.9</ammonite.version>
 
     <!-- org.fusesource.leveldbjni will be used except on arm64 platform. -->
     <leveldbjni.group>org.fusesource.leveldbjni</leveldbjni.group>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org