You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "comphead (via GitHub)" <gi...@apache.org> on 2023/04/11 15:18:08 UTC

[GitHub] [arrow-datafusion] comphead commented on a diff in pull request #5960: fix: support data/timestamp minus

comphead commented on code in PR #5960:
URL: https://github.com/apache/arrow-datafusion/pull/5960#discussion_r1162979516


##########
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:
   Great, btw we already have `array_typeof.slt` which also covers some casts 



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org