Skip to content

Commit

Permalink
More scalafmt. Grrr...
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Jan 24, 2025
1 parent fcc6eee commit b60f96e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ class FlintSparkPPLBuiltInDateTimeFunctionITSuite
frame)

val logicalPlan: LogicalPlan = frame.queryExecution.logical
val table = UnresolvedRelation(Seq("spark_catalog", "default", "flint_ppl_partitioned_state_country"))
val table =
UnresolvedRelation(Seq("spark_catalog", "default", "flint_ppl_partitioned_state_country"))
val filterExpr = GreaterThan(
UnresolvedFunction(
"unix_timestamp",
Expand Down

0 comments on commit b60f96e

Please sign in to comment.