ovr commented on pull request #9434: URL: https://github.com/apache/arrow/pull/9434#issuecomment-775784410
@Dandandan I dont think that I should create a new jira issue, because I didnt implement calculation between timestamp and interval. Btw: There is a problem, DF executes `BinaryExpr` by casting left and right sides which is not needed for `timestamp - interval`, because this calculation is exception in this case and should be done without casting. I am thinking how it's better to resolve it. There are two different ideas how to solve it: 1. Rewrite execution for BinaryExpr 2. Wrap operations that dont need cast by function on logical plan ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org