You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "joroKr21 (via GitHub)" <gi...@apache.org> on 2023/06/27 10:54:45 UTC

[GitHub] [arrow-datafusion] joroKr21 opened a new issue, #6774: Support `IsDistinctFrom` and `IsNotDistinctFrom` on interval types

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

   ### Is your feature request related to a problem or challenge?
   
   Currently the `Eq` and `NotEq` operators work fine on interval types. However they return `null` if one of the operands is `null`. I need a comparison operator on intervals that always returns a boolean also when `null` is involved.
   
   ### Describe the solution you'd like
   
   I would like that `IsDistinctFrom` and `IsNotDistinctFrom` work on interval types as well.
   
   ### Describe alternatives you've considered
   
   I'm not sure there is an altearnative.
   
   ### Additional context
   
   This belongs to #5753


-- 
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] Dandandan closed issue #6774: Support `IsDistinctFrom` and `IsNotDistinctFrom` on interval types

Posted by "Dandandan (via GitHub)" <gi...@apache.org>.
Dandandan closed issue #6774: Support `IsDistinctFrom` and `IsNotDistinctFrom` on interval types
URL: https://github.com/apache/arrow-datafusion/issues/6774


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