Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Nov 13, 2019
1 parent 803d454 commit ed3b35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ class DDLParserSuite extends AnalysisTest with SharedSparkSession {
assertError("select interval '23:61:15' hour to second",
"minute 61 outside range [0, 59]")
assertError("select interval '.1111111111' second",
"nanosecond 1111111111 outside range")
"Invalid interval string")
}

test("use native json_tuple instead of hive's UDTF in LATERAL VIEW") {
Expand Down

0 comments on commit ed3b35f

Please sign in to comment.