Skip to content

Commit 0fff25d

Browse files
author
Davies Liu
committed
fix style
1 parent 53c38b1 commit 0fff25d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/LiteralExpressionSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class LiteralExpressionSuite extends SparkFunSuite with ExpressionEvalHelper {
7474
test("string literals") {
7575
checkEvaluation(Literal(""), "")
7676
checkEvaluation(Literal("test"), "test")
77-
checkEvaluation(Literal("世界"), "世界")
7877
checkEvaluation(Literal("\0"), "\0")
7978
}
8079

0 commit comments

Comments
 (0)