Skip to content

Commit

Permalink
Fix scalafmtAll
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
  • Loading branch information
salyh committed Oct 30, 2024
1 parent 5f039cf commit aefe422
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,12 @@ class FlintSparkPPLFlattenITSuite
val projectCountryLength =
Project(Seq(UnresolvedAttribute("country"), UnresolvedAttribute("length")), flattenBridges)
val average = Alias(
UnresolvedFunction(seq("AVG"), seq(UnresolvedAttribute("length")), isDistinct = false, None, ignoreNulls = false),
UnresolvedFunction(
seq("AVG"),
seq(UnresolvedAttribute("length")),
isDistinct = false,
None,
ignoreNulls = false),
"avg")()
val country = Alias(UnresolvedAttribute("country"), "country")()
val grouping = Alias(UnresolvedAttribute("country"), "country")()
Expand Down

0 comments on commit aefe422

Please sign in to comment.