Skip to content

Commit 1e1ebb4

Browse files
committed
Update HiveQuerySuite.scala
1 parent efc4210 commit 1e1ebb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
6161
|SELECT a FROM (
6262
| SELECT 1 AS a FROM src LIMIT 1 UNION ALL
6363
| SELECT 2 AS a FROM src LIMIT 1) table
64-
|WHERE !(a > 1)
64+
|WHERE !(a>1)
6565
""".stripMargin)
6666

6767
createQueryTest("constant object inspector for generic udf",

0 commit comments

Comments
 (0)