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/09 14:01:40 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #5933: wrong type coercion for two interval cmp

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

   ### Describe the bug
   
   when compare two intervals, we should get interval types with greater precision instead of alway use `MonthDayNano`.
   
   
   
   ### 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 commented on issue #5933: wrong type coercion for binary expr of two interval

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener commented on issue #5933:
URL: https://github.com/apache/arrow-datafusion/issues/5933#issuecomment-1571389976

   Thanks @aprimadi , this problem is from `arrow-rs`, I will fix it.


-- 
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 closed issue #5933: wrong type coercion for binary expr of two interval

Posted by "jackwener (via GitHub)" <gi...@apache.org>.
jackwener closed issue #5933: wrong type coercion for binary expr of two interval
URL: https://github.com/apache/arrow-datafusion/issues/5933


-- 
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] aprimadi commented on issue #5933: wrong type coercion for binary expr of two interval

Posted by "aprimadi (via GitHub)" <gi...@apache.org>.
aprimadi commented on issue #5933:
URL: https://github.com/apache/arrow-datafusion/issues/5933#issuecomment-1571300469

   Hi @jackwener. Isn't this bug already fixed by PR: https://github.com/apache/arrow-datafusion/pull/6270?
   
   If not, can you describe what the bug is, I may be able to take a look into it.


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