We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a340f commit f2b7adbCopy full SHA for f2b7adb
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -2560,10 +2560,6 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
2560
sql(s"SELECT '$literal' AS DUMMY"),
2561
Row(s"$expected") :: Nil)
2562
2563
- checkAnswer(
2564
- sql(s"SELECT '$literal' AS DUMMY"),
2565
- Row(s"$expected") :: Nil)
2566
-
2567
literal =
2568
"""|\\u002a/
2569
|{
@@ -2620,7 +2616,6 @@ class SQLQuerySuite extends QueryTest with SharedSQLContext {
2620
2616
| }.f();
2621
2617
|}
2622
2618
|/*""".stripMargin
2623
2624
2619
checkAnswer(
2625
2626
0 commit comments