You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/24 11:53:46 UTC

[GitHub] [flink] zentol opened a new pull request #8251: [FLINK-12316][jdbc] Relax assertions

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:
users@infra.apache.org


With regards,
Apache Git Services