evangelisilva commented on PR #20138:
URL: https://github.com/apache/datafusion/pull/20138#issuecomment-3844033770

   @pepijnve @berkaysynnada Thanks for the review! I agree, that makes sense.
   
   I will update the PR to handle the specific case where both sides are single 
points (constants). In that case, if `left == right`, we know `Not(Eq)` is 
impossible, so we can correctly return `Infeasible` (`None`). 
   
   For other interval cases, I'll keep the safe over-approximation (returning 
the original intervals) until interval sets are supported.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to