Skip to content

Commit

Permalink
update using scalafmtAll
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 bc320bd commit 904a861
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class FlintSparkCoveringIndexSqlITSuite extends FlintSparkSuite {

createPartitionedTable(testTable)
}

override def afterEach(): Unit = {
super.afterEach()

Expand Down Expand Up @@ -94,7 +93,6 @@ class FlintSparkCoveringIndexSqlITSuite extends FlintSparkSuite {
(settings \ "index.number_of_shards").extract[String] shouldBe "2"
(settings \ "index.number_of_replicas").extract[String] shouldBe "3"
}

test("create covering index with invalid option") {
the[IllegalArgumentException] thrownBy
sql(s"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class FlintSparkMaterializedViewITSuite extends FlintSparkSuite {
| }
|""".stripMargin)
}

// TODO: fix this windowing function unable to be used in GROUP BY
ignore("full refresh materialized view") {
flint
Expand Down

0 comments on commit 904a861

Please sign in to comment.