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

[GitHub] [arrow-datafusion] jackwener opened a new issue, #5849: type_coercion don't need add cast when Timestamp - Timestamp

jackwener opened a new issue, #5849:
URL: https://github.com/apache/arrow-datafusion/issues/5849

   ### Describe the bug
   
   When expr is Timestamp - Timestamp, coerced_type is Interval.
   type_coercion will try to cast Timestamp as Interval, it's wrong
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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.apache.org

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


[GitHub] [arrow-datafusion] jackwener closed issue #5849: type_coercion don't need add cast when Timestamp - Timestamp

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener closed issue #5849: type_coercion don't need add cast when Timestamp - Timestamp
URL: https://github.com/apache/arrow-datafusion/issues/5849


-- 
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