wypoon commented on code in PR #6799: URL: https://github.com/apache/iceberg/pull/6799#discussion_r1116504911
########## 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: Removed, as I refactored the methods that used it, so it's no longer needed. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org