edmondop commented on PR #10728:
URL: https://github.com/apache/datafusion/pull/10728#issuecomment-2159534199
> Details
These are the two tests that fails
```
failures:
fuzz_cases::join_fuzz::test_anti_join_1k_filtered
fuzz_cases::join_fuzz::test_right_join_1k_filtered
```
```
---- fuzz_cases::join_fuzz::test_anti_join_1k_filtered stdout ----
thread 'fuzz_cases::join_fuzz::test_anti_join_1k_filtered' panicked at
datafusion/core/tests/fuzz_cases/join_fuzz.rs:404:13:
assertion `left == right` failed: SortMergeJoinExec and HashJoinExec
produced different row counts
left: 5
right: 902
```
right join passes on my machine, I think I need to rebase, but also it seems
easier to solve
```
---- fuzz_cases::join_fuzz::test_right_join_1k_filtered stdout ----
thread 'fuzz_cases::join_fuzz::test_right_join_1k_filtered' panicked at
datafusion/core/tests/fuzz_cases/join_fuzz.rs:377:70:
called `Result::unwrap()` on an `Err` value:
ArrowError(InvalidArgumentError("Column 'a' is declared as non-nullable but
contains null values"), None)
stack backtrace:
```
--
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]