zentol opened a new pull request #8251: [FLINK-12316][jdbc] Relax assertions URL: https://github.com/apache/flink/pull/8251 ## What is the purpose of the change Relaxes the exception message assertion in `JDBCFullTest#testEnrichedClassCastException` such that it works under java 8 and 9+. The test was failing since the class names for Strings, Doubles etc. are different under Java 9. The assertion now only checks for the part of the exception that we actually control.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
