Skip to content

Commit

Permalink
update according to scalastyle
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 34b50b3 commit 1593c9e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ class FlintSparkCoveringIndexSuite extends FlintSuite {

test("get covering index name") {
val index =
new FlintSparkCoveringIndex(None, "ci", "spark_catalog.default.test", Map("name" -> "string"))
new FlintSparkCoveringIndex(
None,
"ci",
"spark_catalog.default.test",
Map("name" -> "string"))
index.name() shouldBe "flint_spark_catalog_default_test_ci_index"
}

Expand Down

0 comments on commit 1593c9e

Please sign in to comment.