You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2022/11/09 00:22:46 UTC

[spark] branch master updated: [SPARK-41050][BUILD] Upgrade scalafmt from 3.5.9 to 3.6.1

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

srowen 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 4eef44ee9fb [SPARK-41050][BUILD] Upgrade scalafmt from 3.5.9 to 3.6.1
4eef44ee9fb is described below

commit 4eef44ee9fb2ec90580cfb1c1933ce2460a187ee
Author: panbingkun <pb...@gmail.com>
AuthorDate: Tue Nov 8 18:22:31 2022 -0600

    [SPARK-41050][BUILD] Upgrade scalafmt from 3.5.9 to 3.6.1
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade scalafmt from 3.5.9 to 3.6.1
    
    ### Why are the changes needed?
    A. Release note:
    > https://github.com/scalameta/scalafmt/releases
    
    B. V3.5.9 VS V3.6.1
    > https://github.com/scalameta/scalafmt/compare/v3.5.9...v3.6.1
    
    C. Bring bug fix:
    <img width="582" alt="image" src="https://user-images.githubusercontent.com/15246973/200554901-ac6678f8-a865-4aae-bace-5a6ba4fc9804.png">
    <img width="595" alt="image" src="https://user-images.githubusercontent.com/15246973/200554977-1ad218df-d8b0-426f-ac71-0697852bbaec.png">
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually run: sh ./dev/scalafmt
    
    Closes #38559 from panbingkun/upgrade_scalafmt_3_6_1.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 dev/.scalafmt.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf
index f9c908b6680..e06ea5bbfd2 100644
--- a/dev/.scalafmt.conf
+++ b/dev/.scalafmt.conf
@@ -32,4 +32,4 @@ fileOverride {
     runner.dialect = scala213
   }
 }
-version = 3.5.9
+version = 3.6.1


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