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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to