Skip to content

Commit 9bcd26d

Browse files
committed
add descr
1 parent 8085383 commit 9bcd26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/timestamps.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@ 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-
# verify extreme values (expects default precision to be microsecond instead of nanoseconds. Work pending)
1828+
# known issues. verify extreme values (expects default precision to be microsecond instead of nanoseconds. Work pending)
18291829
#query PPPPPPPP
18301830
#SELECT to_timestamp(-62125747200), to_timestamp(1926632005177), -62125747200::timestamp, 1926632005177::timestamp, cast(-62125747200 as timestamp), cast(1926632005177 as timestamp)
18311831
#----

0 commit comments

Comments
 (0)