Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Jun 24, 2015
1 parent 5a658bb commit 2124301
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,4 @@ class HiveTypeCoercionSuite extends HiveComparisonTest {
}
assert(numEquals === 1)
}

test("COALESCE with different types") {
intercept[RuntimeException] {
TestHive.sql("""SELECT COALESCE(1, true, "abc") FROM src limit 1""").collect()
}
}
}

0 comments on commit 2124301

Please sign in to comment.