You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/26 21:47:04 UTC

[GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #2796: Unable to work with month intervals

avantgardnerio opened a new issue, #2796:
URL: https://github.com/apache/arrow-datafusion/issues/2796

   **Describe the bug**
   When performing queries such as:
   
   ```
   select date '1994-01-01' + interval '1' month as date;
   ```
   
   I observe the following error:
   
   ```
   `Err` value: "Execution(\"DateIntervalExpr does not support IntervalYearMonth\") at Optimizing logical plan for...
   ```
   
   **To Reproduce**
   Run the above query.
   
   **Expected behavior**
   `1994-02-01`
   
   **Additional context**
   Impact: Missing the month & year intervals are causing the TPC-H benchmarks to fail.
   


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] andygrove closed issue #2796: Unable to work with month intervals

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2796: Unable to work with month intervals
URL: https://github.com/apache/arrow-datafusion/issues/2796


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