alamb commented on issue #5650:
URL: 
https://github.com/apache/arrow-datafusion/issues/5650#issuecomment-1478438926

   > @alamb select * from foo where x < now() - '1 day' such kind of queries 
doesn't work in PG. I would think it is expected behavior as '1 day' is really 
string.
   
   I was imagining that we could coerce Utf8 --> interval automatically -- see 
https://github.com/apache/arrow-datafusion/issues/5652
   
   For this ticket, I think we should generate a `Plan` error rather than an 
`Internal` error


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to