ihuzenko commented on a change in pull request #1929: DRILL-6832: Remove the 
old "unmanaged" external sort
URL: https://github.com/apache/drill/pull/1929#discussion_r361651705
 
 

 ##########
 File path: common/src/main/java/org/apache/drill/common/AutoCloseables.java
 ##########
 @@ -75,6 +76,14 @@ public static void close(AutoCloseable... autoCloseables) 
throws Exception {
     close(Arrays.asList(autoCloseables));
   }
 
+  public static void closeWithUserException(AutoCloseable... autoCloseables) {
+    try {
+      close(Arrays.asList(autoCloseables));
 
 Review comment:
   ```suggestion
         close(autoCloseables);
   ```

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


With regards,
Apache Git Services

Reply via email to