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 8c7250a commit 9098a31Copy full SHA for 9098a31
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
@@ -312,7 +312,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
312
313
createQueryTest("small.cartesian",
314
"SELECT a.key, b.key FROM (SELECT key FROM src WHERE key < 1) a JOIN " +
315
- "(SELECT key FROM src WHERE key = 2) b"))
+ "(SELECT key FROM src WHERE key = 2) b")
316
317
createQueryTest("length.udf",
318
"SELECT length(\"test\") FROM src LIMIT 1")
0 commit comments