tustvold commented on code in PR #6778: URL: https://github.com/apache/arrow-datafusion/pull/6778#discussion_r1243994954
########## datafusion/core/tests/sqllogictests/test_files/interval.slt: ########## @@ -432,11 +432,15 @@ select '1 month'::interval + '1980-01-01T12:00:00'::timestamp; # Exected error: interval (scalar) - date / timestamp (scalar) -query error DataFusion error: type_coercion\ncaused by\nError during planning: Interval\(MonthDayNano\) \- Date32 can't be evaluated because there isn't a common type to coerce the types to +query D Review Comment: Making this work wasn't actually intentional, but I don't see a reason why they shouldn't work -- 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]
