You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/03/06 00:41:49 UTC

[spark] branch master updated: [SPARK-42674][BUILD] Upgrade scalafmt from 3.7.1 to 3.7.2

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

gurwls223 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 3cf397a7744 [SPARK-42674][BUILD] Upgrade scalafmt from 3.7.1 to 3.7.2
3cf397a7744 is described below

commit 3cf397a774479fa6143f908cdb4b0292a0d68c93
Author: panbingkun <pb...@gmail.com>
AuthorDate: Mon Mar 6 09:41:33 2023 +0900

    [SPARK-42674][BUILD] Upgrade scalafmt from 3.7.1 to 3.7.2
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade scalafmt from 3.7.1 to 3.7.2
    
    ### Why are the changes needed?
    A. Release note:
    > https://github.com/scalameta/scalafmt/releases
    
    B. V3.7.1 VS V3.7.2
    > https://github.com/scalameta/scalafmt/compare/v3.7.1...v3.7.2
    
    C. Bring bug fix & some improvement:
    <img width="560" alt="image" src="https://user-images.githubusercontent.com/15246973/222950202-76fea081-3b0b-458b-b963-248e472107f4.png">
    <img width="583" alt="image" src="https://user-images.githubusercontent.com/15246973/222950245-47dab2a4-df28-4b31-9a05-0e1ccc8b5acc.png">
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #40284 from panbingkun/SPARK-42674.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 dev/.scalafmt.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf
index 786259ea4db..d922a46d9ae 100644
--- a/dev/.scalafmt.conf
+++ b/dev/.scalafmt.conf
@@ -32,4 +32,4 @@ fileOverride {
     runner.dialect = scala213
   }
 }
-version = 3.7.1
+version = 3.7.2


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