Skip to content

Commit

Permalink
[KYUUBI apache#5007] Bump Scalafmt from 3.7.4 to 3.7.5
Browse files Browse the repository at this point in the history
### _Why are the changes needed?_

- Scalafmt 3.7.5 release note: https://github.com/scalameta/scalafmt/releases/tag/v3.7.5

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request

Closes apache#5007 from bowenliang123/scalafmt-3.7.5.

Closes apache#5007

f3f7163 [liangbowen] Bump Scalafmt from 3.7.4 to 3.7.5

Authored-by: liangbowen <[email protected]>
Signed-off-by: liangbowen <[email protected]>
  • Loading branch information
bowenliang123 committed Jun 30, 2023
1 parent dddaeaa commit d9e1b60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.4
version = 3.7.5
runner.dialect=scala212
project.git=true

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package org.apache.spark.kyuubi class SparkSimpleStatsReportListner {

}
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ trait SparkQueryTests extends SparkDataTypeTests with HiveJDBCTestHelper {
rs.next()
// scalastyle:off
println(rs.getString(1))
// scalastyle:on
// scalastyle:on
}

val code1 = s"""spark.sql("add jar " + jarPath)"""
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<spotless.python.includes></spotless.python.includes>
<spotless.python.black.version>22.3.0</spotless.python.black.version>
<!-- Please also update .scalafmt.conf when you change it here -->
<spotless.scala.scalafmt.version>3.7.4</spotless.scala.scalafmt.version>
<spotless.scala.scalafmt.version>3.7.5</spotless.scala.scalafmt.version>

<distMgmtReleaseId>apache.releases.https</distMgmtReleaseId>
<distMgmtReleaseName>Apache Release Distribution Repository</distMgmtReleaseName>
Expand Down

0 comments on commit d9e1b60

Please sign in to comment.