Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
kafka-3.0.0
-
None
Description
FLINK-27518 introduced a breaking signature change to the abstract class TypeSerializerUpgradeTestBase, specifically the abstract createTestSpecifications method signature was changed. This breaks downstream test code in externalized connector repos, e.g. flink-connector-kafka's KafkaSerializerUpgradeTest
Moreover, fink-migration-test-utils needs to be transitively pulled in by downstream test code that depends on flink-core test-jar.
Attachments
Issue Links
- causes
-
FLINK-32582 Move TypeSerializerUpgradeTestBase from Kafka connector into flink-connector-common
- Open