Skip to content

Commit

Permalink
add date_udf case to white list
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Oct 10, 2014
1 parent c37e848 commit 617d1a8
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"date_comparison",
"date_join1",
"date_serde",
"date_udf",
"decimal_1",
"decimal_4",
"decimal_join",
Expand Down
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 3333 -3333 -3332 3332
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NULL 2011 5 6 6 18 2011-05-06
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2011-05-11 2011-04-26
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 3333 -3333 -3333 3333
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1970-01-01 08:00:00 1969-12-31 16:00:00 2013-06-19 07:00:00 2013-06-18 17:00:00
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true true true true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2010-10-20
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2010-10-31
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1304665200 2011 5 6 6 18 2011-05-06
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2011-05-11 2011-04-26

0 comments on commit 617d1a8

Please sign in to comment.