Skip to content

Commit

Permalink
[SPARK-49558][SQL][FOLLOW-UP] Run ./build/mvn scalafmt:format to fi…
Browse files Browse the repository at this point in the history
…x CI

### What changes were proposed in this pull request?

This PR is a followup of apache#48413 which formats the Scala API module

### Why are the changes needed?

To fix the CI.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Manually checked by `./dev/lint-scala`

### Was this patch authored or co-authored using generative AI tooling?

No

Closes apache#48537 from HyukjinKwon/followup-fmt.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
  • Loading branch information
HyukjinKwon committed Oct 18, 2024
1 parent af0cc8e commit fae0c12
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ private[sql] object QueryParsingErrors extends DataTypeErrorsBase {
clause2: String): Throwable = {
new ParseException(
errorClass = "MULTIPLE_QUERY_RESULT_CLAUSES_WITH_PIPE_OPERATORS",
messageParameters = Map(
"clause1" -> clause1,
"clause2" -> clause2),
messageParameters = Map("clause1" -> clause1, "clause2" -> clause2),
ctx)
}

Expand Down

0 comments on commit fae0c12

Please sign in to comment.