Fokko commented on a change in pull request #1648:
URL: https://github.com/apache/iceberg/pull/1648#discussion_r571874950
##########
File path: api/src/test/java/org/apache/iceberg/AssertHelpers.java
##########
@@ -137,4 +139,16 @@ private static void handleException(String message,
throw e;
}
}
+
+ /**
+ * A convenience method to assert the cause of thrown exception.
Review comment:
Good catch, thanks!
##########
File path: parquet/src/test/java/org/apache/iceberg/TestHelpers.java
##########
@@ -85,4 +87,17 @@ private static void handleException(String message,
throw e;
}
}
+
+ /**
+ * A convenience method to assert the cause of thrown exception.
Review comment:
Good catch, thanks!
----------------------------------------------------------------
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]