Skip to content

Commit

Permalink
Fix merge issue causing compilation failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
staple committed Sep 10, 2014
1 parent 701dcd2 commit 915b690
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ class SQLQuerySuite extends QueryTest with BeforeAndAfterAll {
sql("SELECT key, value FROM testData WHERE key BETWEEN 9 and 7"),
Seq()
)
}

test("cast boolean to string") {
// TODO Ensure true/false string letter casing is consistent with Hive in all cases.
Expand Down

0 comments on commit 915b690

Please sign in to comment.