Skip to content

Commit 4806bde

Browse files
committed
add descr
1 parent 9bcd26d commit 4806bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datafusion/sqllogictest/test_files/timestamps.slt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,8 @@ SELECT arrow_typeof(cast(1 as timestamp)), arrow_typeof(cast(null as timestamp))
18251825
Timestamp(Nanosecond, None) Timestamp(Nanosecond, None) Timestamp(Nanosecond, None)
18261826

18271827

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

0 commit comments

Comments
 (0)