evangelisilva commented on PR #20138: URL: https://github.com/apache/datafusion/pull/20138#issuecomment-3868213640
@pepijnve @berkaysynnada I've updated the PR to handle the `Not(Eq)` logic more precisely. Specifically: 1. If `left == right` and both are valid singleton intervals (identical single points), it now returns `Ok(None)` (Infeasible). 2. For all other cases (different or overlapping intervals), it falls back to the safe over-approximation of returning the original intervals, as discussed regarding the current limitations with interval sets. -- 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]
