lyne7-sc commented on code in PR #23964: URL: https://github.com/apache/datafusion/pull/23964#discussion_r3682610207
########## datafusion/sqllogictest/test_files/datetime/timestamps.slt: ########## @@ -3523,6 +3523,27 @@ select to_time(time_str) from time_strings; statement ok drop table time_strings; +# Table input with multiple formats +query D rowsort +select to_time( + time_str, + '%Q', Review Comment: Yeah, I added a comment to make that clearer. -- 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]
