Jefffrey commented on code in PR #19083: URL: https://github.com/apache/datafusion/pull/19083#discussion_r2588565170
########## datafusion/sqllogictest/test_files/spark/datetime/make_dt_interval.slt: ########## @@ -64,10 +64,10 @@ SELECT (make_dt_interval(0, 0, 0, null)) NULL # missing params -query ? +query error does not support zero arguments SELECT (make_dt_interval()) AS make_dt_interval ----- -0 days 0 hours 0 mins 0.000000 secs + Review Comment: This actually does support zero arguments so we need to maintain that previous behaviour -- 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]
