berkaysynnada commented on PR #16745: URL: https://github.com/apache/datafusion/pull/16745#issuecomment-3113441575
@liamzwbao can you please cherrypick this commit https://github.com/apache/datafusion/compare/main...synnada-ai:datafusion-upstream:next-up-down I believe there would be no objections to this change, as we're adopting the total order convention in interval arithmetic. It should also address your case where `satisfy_greater([0.0, 0.0], [-0.0, any], true)` results in [`-0.0, -0.0]` now. -- 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]
