jackwener commented on code in PR #6242: URL: https://github.com/apache/arrow-datafusion/pull/6242#discussion_r1185828434
########## datafusion/core/tests/sqllogictests/test_files/interval.slt: ########## @@ -327,10 +327,10 @@ select '1 month'::interval + '1980-01-01T12:00:00'::timestamp; # Exected error: interval (scalar) - date / timestamp (scalar) -query error DataFusion error: Error during planning: interval can't subtract timestamp/date +query error DataFusion error: type_coercion\ncaused by\nError during planning: interval can't subtract timestamp/date Review Comment: conflict is in this file -- 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]
