Skip to content

Commit

Permalink
update scala style fmt
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 23d3dff commit cca23b4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ class FlintSparkPPLFiltersITSuite
// Compare the two plans
assert(compareByString(expectedPlan) === compareByString(logicalPlan))
}

test("create ppl simple name literal not equal filter query with two fields result test") {
val frame = sql(s"""
| source = $testTable name!='Jake' | fields name, age
Expand All @@ -332,7 +331,6 @@ class FlintSparkPPLFiltersITSuite
// Compare the two plans
assert(compareByString(expectedPlan) === compareByString(logicalPlan))
}

/**
* | age_span | country | average_age |
* |:---------|:--------|:------------|
Expand Down

0 comments on commit cca23b4

Please sign in to comment.