buraksenn opened a new pull request, #23988:
URL: https://github.com/apache/datafusion/pull/23988
## Which issue does this PR close?
- Part of #13431
## Rationale for this change
Contuining the work after #23947. Now `SortMergeJoinExec` supports spilling
under memory pressure, but existing tests do not consistently assert that
spilling occurs.
## What changes are included in this PR?
Adds spill fuzz coverage, constrained-memory stress tests for materializing
joins, and process-isolated memory-limit validation.
## Are these changes tested?
test only change and it can be tested via:
```
cargo test -p datafusion --test fuzz --features extended_tests spill
cargo test -p datafusion --test core_integration --features extended_tests
smj_
```
## Are there any user-facing changes?
no test only change
--
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]