Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Aug 25, 2019
1 parent b82d6a2 commit 243e3c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,15 +506,15 @@ SELECT EXTRACT(EPOCH FROM DATE '1970-01-01')
-- !query 47 schema
struct<epoch(CAST(DATE '1970-01-01' AS TIMESTAMP)):decimal(20,6)>
-- !query 47 output
0
0.000000


-- !query 48
SELECT EXTRACT(EPOCH FROM TIMESTAMP '1970-01-01')
-- !query 48 schema
struct<epoch(TIMESTAMP('1970-01-01 00:00:00')):decimal(20,6)>
-- !query 48 output
0
0.000000


-- !query 49
Expand Down

0 comments on commit 243e3c4

Please sign in to comment.