nastra commented on code in PR #6029:
URL: https://github.com/apache/iceberg/pull/6029#discussion_r1001656153


##########
api/src/test/java/org/apache/iceberg/util/TestExceptionUtil.java:
##########
@@ -37,178 +34,110 @@ private CustomCheckedException(String message) {
   @Test
   public void testRunSafely() {
     CustomCheckedException exc = new CustomCheckedException("test");
-    try {

Review Comment:
   I have to admit that the original test code was quite difficult to read, so 
I tried to simplify it to the bare minimum



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

To unsubscribe, e-mail: [email protected]

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