Skip to content

Commit

Permalink
update scala-fmt style
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Oct 19, 2023
1 parent a3df76f commit 41fc9f4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ class FlintSparkPPLCorrelationITSuite
assert(
thrown.getMessage === "Correlation command was called with `fields` attribute having different elements from the 'mapping' attributes ")
}

test("create failing ppl correlation query with no scope - due to mismatch fields to mappings test") {
val thrown = intercept[IllegalStateException] {
val frame = sql(s"""
Expand Down Expand Up @@ -303,7 +302,6 @@ class FlintSparkPPLCorrelationITSuite
// Compare the two plans
assert(compareByString(expectedPlan) === compareByString(logicalPlan))
}

test(
"create ppl correlation approximate query with two tables correlating on a single field and not scope test") {
val frame = sql(s"""
Expand Down

0 comments on commit 41fc9f4

Please sign in to comment.