Skip to content

Commit f2b7adb

Browse files
committed
Minor fixes
1 parent 43a340f commit f2b7adb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2560,10 +2560,6 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
25602560
sql(s"SELECT '$literal' AS DUMMY"),
25612561
Row(s"$expected") :: Nil)
25622562

2563-
checkAnswer(
2564-
sql(s"SELECT '$literal' AS DUMMY"),
2565-
Row(s"$expected") :: Nil)
2566-
25672563
literal =
25682564
"""|\\u002a/
25692565
|{
@@ -2620,7 +2616,6 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
26202616
| }.f();
26212617
|}
26222618
|/*""".stripMargin
2623-
26242619
checkAnswer(
26252620
sql(s"SELECT '$literal' AS DUMMY"),
26262621
Row(s"$expected") :: Nil)

0 commit comments

Comments
 (0)