Skip to content

Commit b60f96e

Browse files
committed
More scalafmt. Grrr...
Signed-off-by: currantw <taylor.curran@improving.com>
1 parent fcc6eee commit b60f96e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integ-test/src/integration/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLBuiltInDateTimeFunctionITSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ class FlintSparkPPLBuiltInDateTimeFunctionITSuite
208208
frame)
209209

210210
val logicalPlan: LogicalPlan = frame.queryExecution.logical
211-
val table = UnresolvedRelation(Seq("spark_catalog", "default", "flint_ppl_partitioned_state_country"))
211+
val table =
212+
UnresolvedRelation(Seq("spark_catalog", "default", "flint_ppl_partitioned_state_country"))
212213
val filterExpr = GreaterThan(
213214
UnresolvedFunction(
214215
"unix_timestamp",

0 commit comments

Comments
 (0)