nastra commented on code in PR #5862:
URL: https://github.com/apache/iceberg/pull/5862#discussion_r983142950
##########
bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java:
##########
@@ -98,5 +99,6 @@ public class GuavaClasses {
CountingOutputStream.class.getName();
Suppliers.class.getName();
Stopwatch.class.getName();
+ GcFinalization.class.getName();
Review Comment:
@rdblue any thoughts on adding a test class to `GuavaClasses` vs relaxing
checkstyle so that classes from `com.google.common.testing` are allowed in
tests?
--
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]