1996fanrui opened a new pull request, #24761: URL: https://github.com/apache/flink/pull/24761
## What is the purpose of the change Flink cannot compile with jdk17 Reason: TypeSerializerUpgradeTestBase.UpgradeVerifier updates the schemaCompatibilityMatcher method name to schemaCompatibilityCondition, but some subclasses didn't change it, such as: PojoRecordSerializerUpgradeTestSpecifications.PojoToRecordVerifier. It belongs to flink-tests-java17 module, and it doesn't compile by default. it's related to https://github.com/apache/flink/pull/24603 ## Brief change log [FLINK-35306][test] Update some methods in flink-tests-java17 to solve jdk17 compile fails -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
