Skip to content

Conversation

@xuanyuanking
Copy link
Member

@xuanyuanking xuanyuanking commented Jun 4, 2020

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.

@SparkQA
Copy link

SparkQA commented Jun 4, 2020

Test build #123524 has finished for PR 28725 at commit b6b7b18.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@xuanyuanking xuanyuanking changed the title [WIP][SPARK-31905][SS] Add compatibility tests for streaming aggregation state store format [WIP][SPARK-31905][SS] Add compatibility tests for streaming state store format Jun 15, 2020
@SparkQA
Copy link

SparkQA commented Jun 16, 2020

Test build #124127 has finished for PR 28725 at commit f311e82.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • class StreamingStateStoreFormatCompatibilitySuite extends StreamTest

)
}

test("deduplicate with all columns") {
Copy link
Member Author

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.

@xuanyuanking xuanyuanking force-pushed the compatibility_check branch from f311e82 to 9ad2c06 Compare June 19, 2020 08:32
@xuanyuanking
Copy link
Member Author

#28707 has been merged, these integration tests are ready for review.
cc @cloud-fan @HeartSaVioR for taking a look when you have time.

@xuanyuanking xuanyuanking changed the title [WIP][SPARK-31905][SS] Add compatibility tests for streaming state store format [SPARK-31905][SS] Add compatibility tests for streaming state store format Jun 19, 2020
@SparkQA
Copy link

SparkQA commented Jun 19, 2020

Test build #124276 has finished for PR 28725 at commit 9ad2c06.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 6fdea63 Jun 22, 2020
@xuanyuanking
Copy link
Member Author

Thanks for the review!

@xuanyuanking xuanyuanking deleted the compatibility_check branch June 22, 2020 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants