Skip to content

Commit

Permalink
scalastyle updates
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Sep 25, 2023
1 parent a75fcf9 commit fa86d5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ class FlintSparkPPLTimeWindowITSuite
// Compare the two plans
assert(compareByString(sortedPlan) === compareByString(logicalPlan))
}

test("create ppl query count sales by weeks window and productId with sorting test") {
val frame = sql(s"""
| source = $testTable| stats sum(productsAmount) by span(transactionDate, 1w) as age_date | sort age_date
Expand Down

0 comments on commit fa86d5b

Please sign in to comment.