buraksenn commented on code in PR #23910:
URL: https://github.com/apache/datafusion/pull/23910#discussion_r3712073462
##########
datafusion/core/tests/fuzz_cases/equivalence/ordering.rs:
##########
@@ -144,14 +144,17 @@ fn
test_ordering_satisfy_with_equivalence_complex_random() -> Result<()> {
let err_msg = format!(
"Error in test case requirement:{ordering:?}, expected:
{expected:?}, eq_properties: {eq_properties}",
);
- // Check whether ordering_satisfy API result and
- // experimental result matches.
-
- assert_eq!(
- eq_properties.ordering_satisfy(ordering)?,
- (expected | false),
- "{err_msg}"
- );
+ let may_overflow = ordering
Review Comment:
Thnaks I've applied this as well
--
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]