Uh oh!
There was an error while loading. Please reload this page.
[SPARK-35693][SS][TEST] Add plan check for stream-stream join unit test - #32836
[SPARK-35693][SS][TEST] Add plan check for stream-stream join unit test#32836c21 wants to merge 1 commit into
Conversation
c21
commented
Jun 9, 2021
cc @cloud-fan (original author) if you have time to take a look, thanks. |
c21
commented
Jun 9, 2021
Close & Reopen PR to trigger unit test on github action again. |
c21
commented
Jun 9, 2021
Rebased to latest master. |
SparkQA
commented
Jun 9, 2021
Kubernetes integration test unable to build dist. exiting with code: 1 |
SparkQA
commented
Jun 9, 2021
Test build #139549 has finished for PR 32836 at commit
|
SparkQA
commented
Jun 9, 2021
Kubernetes integration test starting |
SparkQA
commented
Jun 9, 2021
Test build #139559 has finished for PR 32836 at commit
|
cloud-fan
commented
Jun 9, 2021
thanks, merging to master! |
SparkQA
commented
Jun 9, 2021
Kubernetes integration test status failure |
c21
commented
Jun 9, 2021
Thank you @cloud-fan for review! |
What changes were proposed in this pull request?
The changed unit test was introduce in #21587, to fix the planner side of thing for stream-stream join. Ideally check the query result should catch the bug, but it would be better to add plan check to make the purpose of unit test more clearly and catch future bug from planner change.
Why are the changes needed?
Improve unit test.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Changed test itself.