jackwener commented on code in PR #5960:
URL: https://github.com/apache/arrow-datafusion/pull/5960#discussion_r1162852864
##########
datafusion/core/tests/sqllogictests/test_files/dates.slt:
##########
@@ -88,3 +88,19 @@ h
statement error DataFusion error: Error during planning:
Timestamp\(Nanosecond, Some\("\+00:00"\)\) \+ Utf8 can't be evaluated because
there isn't a common type to coerce the types to
select i_item_desc from test
where d3_date > now() + '5 days';
+
+# DATE minus DATE
Review Comment:
I have a idea, maybe we can add a type_coercion.slt.
I prepare to add it in next PR.
--
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]