gianm commented on a change in pull request #10247:
URL: https://github.com/apache/druid/pull/10247#discussion_r553771533



##########
File path: 
processing/src/main/java/org/apache/druid/segment/QueryableIndexIndexableAdapter.java
##########
@@ -280,7 +281,7 @@ public boolean hasTimeAndDimsChangedSinceMark()
     @Override
     public void close()
     {
-      CloseQuietly.close(closer);
+      CloseableUtils.closeAndWrapExceptions(closer);

Review comment:
       The superclass won't allow it. (It overrides `close` and declares it to 
throw nothing.) I guess I could change the superclass, but I didn't want to go 
that far.




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to