Skip to content

Commit 33cf341

Browse files
author
yusinnmao
committed
Fix Spotless formatting in threshold column tests
1 parent 9653285 commit 33cf341

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

spark/src/test/scala/org/apache/comet/CometStringExpressionSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,9 +755,8 @@ class CometStringExpressionSuite extends CometTestBase {
755755
val table = "levenshtein_col_threshold_test"
756756
withTable(table) {
757757
sql(s"CREATE TABLE $table(s1 STRING, s2 STRING, threshold INT) USING parquet")
758-
sql(
759-
s"INSERT INTO $table VALUES " +
760-
"('kitten', 'sitting', 2), ('frog', 'fog', 5), ('abc', 'abc', 0), ('hello', 'world', 3)")
758+
sql(s"INSERT INTO $table VALUES " +
759+
"('kitten', 'sitting', 2), ('frog', 'fog', 5), ('abc', 'abc', 0), ('hello', 'world', 3)")
761760
// threshold as column reference
762761
checkSparkAnswerAndOperator(s"SELECT levenshtein(s1, s2, threshold) FROM $table")
763762
}

0 commit comments

Comments
 (0)