-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-31905][SS] Add compatibility tests for streaming state store format #28725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #123524 has finished for PR 28725 at commit
|
|
Test build #124127 has finished for PR 28725 at commit
|
| ) | ||
| } | ||
|
|
||
| test("deduplicate with all columns") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @maropu @dongjoon-hyun
This new integrated test will return the wrong answer without #28830.
f311e82 to
9ad2c06
Compare
|
#28707 has been merged, these integration tests are ready for review. |
|
Test build #124276 has finished for PR 28725 at commit
|
|
thanks, merging to master! |
|
Thanks for the review! |
What changes were proposed in this pull request?
Add compatibility tests for streaming state store format.
Why are the changes needed?
After SPARK-31894, we have a validation checking for the streaming state store. It's better to add integrated tests in the PR builder as soon as the breaking changes introduced.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Test only.