rdblue commented on code in PR #6799:
URL: https://github.com/apache/iceberg/pull/6799#discussion_r1111315383
##########
core/src/test/java/org/apache/iceberg/TableTestBase.java:
##########
@@ -733,4 +803,9 @@ void assertEquals(String context, Object expected, Object
actual) {
protected interface Action {
void invoke();
}
+
+ @FunctionalInterface
+ interface CheckedFunction<T, R> {
Review Comment:
This doesn't seem necessary. Can you just use `Function` and swallow the
IOException?
--
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]