nastra commented on code in PR #8169: URL: https://github.com/apache/iceberg/pull/8169#discussion_r1284265644
########## core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java: ########## @@ -19,8 +19,16 @@ package org.apache.iceberg.io; import static org.assertj.core.api.Assertions.assertThat; +import static org.assertj.core.api.AssertionsForClassTypes.assertThatCode; +import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy; Review Comment: I believe these imports are wrong and should be `...Assertions.assertThatThrownBy` rather than `AssertionsForClassTypes` -- 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]
