Skip to content

Commit 81298f4

Browse files
yusinnmaoclaude
andcommitted
Fix Spotless formatting in levenshtein threshold test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e35882 commit 81298f4

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,9 @@ class CometStringExpressionSuite extends CometTestBase {
517517
("hello", "world"))
518518

519519
withParquetTable(data, "tbl") {
520-
checkSparkAnswerAndOperator(
521-
"SELECT levenshtein(_1, _2, 2) FROM tbl")
522-
checkSparkAnswerAndOperator(
523-
"SELECT levenshtein(_1, _2, 0) FROM tbl")
524-
checkSparkAnswerAndOperator(
525-
"SELECT levenshtein(_1, _2, 10) FROM tbl")
520+
checkSparkAnswerAndOperator("SELECT levenshtein(_1, _2, 2) FROM tbl")
521+
checkSparkAnswerAndOperator("SELECT levenshtein(_1, _2, 0) FROM tbl")
522+
checkSparkAnswerAndOperator("SELECT levenshtein(_1, _2, 10) FROM tbl")
526523
}
527524
}
528525

0 commit comments

Comments
 (0)