Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/676#discussion_r91426377
  
    --- Diff: 
exec/jdbc/src/test/java/org/apache/drill/jdbc/test/Drill2489CallsAfterCloseThrowExceptionsTest.java
 ---
    @@ -543,6 +566,14 @@ else if (RuntimeException.class == cause.getClass()
             // Special good-enough case--we had to use RuntimeException for 
now.
             result = true;
           }
    +      else if (  method.getName().equals("setObject")
    --- End diff --
    
    Same style issue as earlier.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to