mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
Update query test to use dayofyear()
This commit is contained in:
committed by
Henry Robinson
parent
c74b7e41dd
commit
04bee45af5
@@ -501,7 +501,7 @@ bigint
|
||||
====
|
||||
---- QUERY
|
||||
select timestamp_col, to_date(timestamp_col), year(timestamp_col), month(timestamp_col),
|
||||
dayofmonth(timestamp_col), day(timestamp_col), weekofyear(timestamp_col),
|
||||
dayofmonth(timestamp_col), dayofyear(timestamp_col), weekofyear(timestamp_col),
|
||||
hour(timestamp_col), minute(timestamp_col), second(timestamp_col)
|
||||
from alltypessmall
|
||||
---- TYPES
|
||||
|
||||
Reference in New Issue
Block a user