alamb commented on PR #6177:
URL:
https://github.com/apache/arrow-datafusion/pull/6177#issuecomment-1529788864
> Your case forgot interval.
The thing is, this seems to work fine on main 😕
```
DataFusion CLI v23.0.0
❯ select '2023-05-01'::date - interval '1 month';
+----------------------------------------------------------------------------+
| Utf8("2023-05-01") - IntervalMonthDayNano("79228162514264337593543950336")
|
+----------------------------------------------------------------------------+
| 2023-04-01
|
+----------------------------------------------------------------------------+
1 row in set. Query took 0.002 seconds.
```
--
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]