Omega359 commented on code in PR #19460: URL: https://github.com/apache/datafusion/pull/19460#discussion_r2649781879
########## datafusion/sqllogictest/test_files/datetime/arith_date_date.slt: ########## @@ -0,0 +1,14 @@ +# date - date → integer +# Subtract dates, producing the number of days elapsed +# date '2001-10-01' - date '2001-09-28' → 3 + +# note that datafusion returns Duration whereas postgres returns an int Review Comment: Tracked in https://github.com/apache/datafusion/issues/19528, ticket linked. -- 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]
