Skip to content

Commit

Permalink
add descr
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Nov 26, 2023
1 parent 7fe27df commit ccb276d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datafusion/sqllogictest/test_files/timestamps.slt
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,8 @@ SELECT arrow_typeof(cast(1 as timestamp)), arrow_typeof(cast(null as timestamp))
Timestamp(Nanosecond, None) Timestamp(Nanosecond, None) Timestamp(Nanosecond, None)


# known issues. verify extreme values (expects default precision to be microsecond instead of nanoseconds. Work pending)
# known issues. currently overflows (expects default precision to be microsecond instead of nanoseconds. Work pending)
#verify extreme values
#query PPPPPPPP
#SELECT to_timestamp(-62125747200), to_timestamp(1926632005177), -62125747200::timestamp, 1926632005177::timestamp, cast(-62125747200 as timestamp), cast(1926632005177 as timestamp)
#----
Expand Down

0 comments on commit ccb276d

Please sign in to comment.