You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/21 19:04:35 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #5650: `timestamp` - interval results in `The type of Timestamp(Nanosecond, Some("+00:00")) Minus Utf8 of binary physical should be same`

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

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