Skip to content

Commit

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

createQueryTest("modulus",
"SELECT 11 % 10, IF((101.1 % 100.0) BETWEEN 1.01 AND 1.11, \"true\", \"false\"), " +
"(101 / 2) % 10 FROM src LIMIT 1"))
"(101 / 2) % 10 FROM src LIMIT 1")

test("Query expressed in SQL") {
setConf("spark.sql.dialect", "sql")
Expand Down

0 comments on commit 8c7250a

Please sign in to comment.