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 13:16:41 UTC

[GitHub] [arrow-datafusion] jackwener opened a new pull request, #5845: fix: type_coercion support interval + timestamp.

jackwener opened a new pull request, #5845:
URL: https://github.com/apache/arrow-datafusion/pull/5845

   # Which issue does this PR close?
   
   Closes #.
   
   # Rationale for this change
   
   # What changes are included in this PR?
   
   In original code, type_coercion just consider ( timestamp, interval ) but ignore ( interval, timestamp )
   
   # Are these changes tested?
   
   add UT
   
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


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


[GitHub] [arrow-datafusion] jackwener merged pull request #5845: fix: type_coercion support BinaryExpr ( interval , timestamp ).

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener merged PR #5845:
URL: https://github.com/apache/arrow-datafusion/pull/5845


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