Skip to content

Commit ea618f4

Browse files
committed
Update HiveQuerySuite.scala
1 parent 192411d commit ea618f4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
5555
TimeZone.setDefault(originalTimeZone)
5656
Locale.setDefault(originalLocale)
5757
}
58-
59-
createQueryTest("! operator",
60-
"""
61-
|SELECT a FROM (
62-
| SELECT 1 AS a FROM src LIMIT 1 UNION ALL
63-
| SELECT 2 AS a FROM src LIMIT 1) table
64-
|WHERE !(a>1)
65-
""".stripMargin)
66-
58+
6759
createQueryTest("constant object inspector for generic udf",
6860
"""SELECT named_struct(
6961
lower("AA"), "10",

0 commit comments

Comments
 (0)