oleg-zinovev commented on a change in pull request #1446: DRILL-6349: Drill 
JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM
URL: https://github.com/apache/drill/pull/1446#discussion_r214406316
 
 

 ##########
 File path: 
exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2489CallsAfterCloseThrowExceptionsTest.java
 ##########
 @@ -375,6 +375,11 @@ else if (NullPointerException.class == cause.getClass()
 
     public void testAllMethods() {
       for (Method method : jdbcIntf.getMethods()) {
+        if (method.isDefault()) {
 
 Review comment:
   Some method was added in JDBC 4.3 API
   Additional information:
   
https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.3MR-January2017.pdf
   6. java.sql.Connection changes
   8. java.sql.DatabaseMetaData changes
   12. java.sql.Statement changes

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to