Weijun-H commented on issue #5650: URL: https://github.com/apache/arrow-datafusion/issues/5650#issuecomment-1480223311
> > @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 #5652 > > For this ticket, I think we should generate a `Plan` error rather than an `Internal` error I agree that this is an error in `plan`. If no one else is working on it, I can take responsibility for resolving it. -- 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]
