Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48889][SS] testStream to unload state stores before finishing
### What changes were proposed in this pull request? In the end of each testStream() call, unload all state stores from the executor ### Why are the changes needed? Currently, after a test, we don't unload state store or disable maintenance task. So after a test, the maintenance task can run and fail as the checkpoint directory is already deleted. This might cause an issue and fail the next test. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? See existing tests to pass ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47339 from siying/SPARK-48889. Authored-by: Siying Dong <[email protected]> Signed-off-by: Jungtaek Lim <[email protected]>
- Loading branch information