rakesh-das08 commented on code in PR #7666:
URL: https://github.com/apache/iceberg/pull/7666#discussion_r1208090051
##########
api/src/test/java/org/apache/iceberg/io/TestCloseableGroup.java:
##########
@@ -91,7 +92,7 @@ public void notSuppressExceptionIfSetSuppressIsFalse() throws
Exception {
closeableGroup.addCloseable(closeable2);
closeableGroup.addCloseable(closeable3);
-
Assertions.assertThatThrownBy(closeableGroup::close).isEqualTo(ioException);
+ assertThatThrownBy(closeableGroup::close).isEqualTo(ioException);
Review Comment:
Yes we don't actually need these changes. Made it so just as to standardize
the imports across the tests. But sure...will revert these changes.
--
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]