alamb commented on code in PR #13231:
URL: https://github.com/apache/datafusion/pull/13231#discussion_r1826960764


##########
datafusion/sqllogictest/test_files/timestamps.slt:
##########
@@ -402,6 +402,41 @@ SELECT COUNT(*) FROM ts_data_secs where ts > 
from_unixtime(1599566400)
 ----
 2
 
+query P rowsort
+SELECT ts FROM ts_data_nanos;
+----
+2020-09-08T11:42:29.190855123
+2020-09-08T12:42:29.190855123
+2020-09-08T13:42:29.190855123
+
+query P rowsort
+SELECT CAST(ts AS timestamp(0)) FROM ts_data_nanos;

Review Comment:
   This is very cool 👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to