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/04/27 15:12:59 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2356: simply_expressions panics on unsupported evaluations

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

   **Describe the bug**
   I have a SQL query that includes `CAST('2022-02-22' as DATE) + INTERVAL '30 days'` and the `simplify_expression` optimizer rule attempts to evaluate this expression but panics because that is not supported.
   
   **To Reproduce**
   I am about to put up a PR with a test and a fix.
   
   **Expected behavior**
   The code should handle the error gracefully.
   
   **Additional context**
   None
   


-- 
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 #2356: simply_expressions panics on unsupported evaluations

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2356: simply_expressions panics on unsupported evaluations
URL: https://github.com/apache/arrow-datafusion/issues/2356


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


[GitHub] [arrow-datafusion] andygrove commented on issue #2356: simply_expressions panics on unsupported evaluations

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #2356:
URL: https://github.com/apache/arrow-datafusion/issues/2356#issuecomment-1113741540

   This issue was not valid.


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