[FLINK-36334][tests] Enable Remove the Disable markers from the tests in the various TypeSerializerUpgradeTestBase subclasses in flink-table-api-scala module#28549
Open
SteveStevenpoor wants to merge 1 commit into
Conversation
Collaborator
Contributor
Author
|
@snuyanzin 36334 is ready. I patched previous releases just to generate proper test files. Now the test runs just fine. Next I will generate test files for release-2.3 and change |
Contributor
this is the task that should be done by release managers after release published, so better to communicate with them first about it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
This pull request enables the last remaining subclass of
TypeSerializerUpgradeTestBase. All the other subclasses were enabled in #28506 .Brief change log
ListBufferinstead ofMutableListVerifying this change
This change simply enables
TraversableSerializerUpgradeTest.Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation