Skip to content

Commit

Permalink
One more compilation error ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Apr 9, 2015
1 parent 8c7250a commit 9098a31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {

createQueryTest("small.cartesian",
"SELECT a.key, b.key FROM (SELECT key FROM src WHERE key < 1) a JOIN " +
"(SELECT key FROM src WHERE key = 2) b"))
"(SELECT key FROM src WHERE key = 2) b")

createQueryTest("length.udf",
"SELECT length(\"test\") FROM src LIMIT 1")
Expand Down

0 comments on commit 9098a31

Please sign in to comment.