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 50158fd7702 [SPARK-43350][BUILD] Upgrade `scalafmt` to 3.7.3
50158fd7702 is described below
commit 50158fd770248c92ea18c8fda1be2fa63cee5b99
Author: panbingkun <[email protected]>
AuthorDate: Wed May 3 08:46:31 2023 -0700
[SPARK-43350][BUILD] Upgrade `scalafmt` to 3.7.3
### What changes were proposed in this pull request?
The pr aims to upgrade scalafmt from 3.7.2 to 3.7.3
### Why are the changes needed?
A. Release note:
> https://github.com/scalameta/scalafmt/releases
B. V3.7.2 VS V3.7.3
> https://github.com/scalameta/scalafmt/compare/v3.7.2...v3.7.3
C. Bring bug fix:
<img width="571" alt="image"
src="https://user-images.githubusercontent.com/15246973/235818482-83649ebd-a9a5-4036-8457-f3ee108d427c.png">
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #41029 from panbingkun/SPARK-43350.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/.scalafmt.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/.scalafmt.conf b/dev/.scalafmt.conf
index d922a46d9ae..8b85df813ee 100644
--- a/dev/.scalafmt.conf
+++ b/dev/.scalafmt.conf
@@ -32,4 +32,4 @@ fileOverride {
runner.dialect = scala213
}
}
-version = 3.7.2
+version = 3.7.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]