ovr commented on pull request #9434: URL: https://github.com/apache/arrow/pull/9434#issuecomment-785846056
@alamb @andygrove @nevi-me @jorgecarleitao > 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 What is better to use? Thanks ---------------------------------------------------------------- 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