forked from apache/kyuubi
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#5007] Bump Scalafmt from 3.7.4 to 3.7.5
### _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
1 parent
dddaeaa
commit d9e1b60
Showing
4 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
3 changes: 3 additions & 0 deletions
3
...ark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkSimpleStatsReportListner.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package org.apache.spark.kyuubi class SparkSimpleStatsReportListner { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters