alamb commented on code in PR #7083:
URL: https://github.com/apache/arrow-datafusion/pull/7083#discussion_r1273380256


##########
datafusion/core/tests/sqllogictests/test_files/timestamps.slt:
##########
@@ -1250,8 +1250,10 @@ SELECT '2000-01-01T00:00:00'::timestamp - 
'2010-01-01T00:00:00'::timestamp;
 0 years 0 mons -3653 days 0 hours 0 mins 0.000000000 secs
 
 # Interval - Timestamp => error
-statement error DataFusion error: type_coercion\ncaused by\nError during 
planning: Interval\(MonthDayNano\) \- Timestamp\(Nanosecond, None\) can't be 
evaluated because there isn't a common type to coerce the types to
-SELECT i - ts1 from FOO;
+# statement error DataFusion error: type_coercion\ncaused by\nError during 
planning: Interval\(MonthDayNano\) \- Timestamp\(Nanosecond, None\) can't be 
evaluated because there isn't a common type to coerce the types to

Review Comment:
   filed https://github.com/apache/arrow-datafusion/pull/7085 to add a ticket 
reference here



-- 
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]

Reply via email to