Jefffrey commented on code in PR #19728: URL: https://github.com/apache/datafusion/pull/19728#discussion_r2678642142
########## datafusion/sqllogictest/test_files/spark/datetime/make_interval.slt: ########## @@ -96,15 +96,15 @@ NULL query T SELECT make_interval(0, 0, 0, 0, 0, 0, 0.0) || ''; ---- Review Comment: Probably should remove the accompanying comments too, these ``` # Intervals being rendered as empty string, see issue: # https://github.com/apache/datafusion/issues/17455 # We expect something like 0.00 secs with query ? ``` -- 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]
