pvary commented on code in PR #6299:
URL: https://github.com/apache/iceberg/pull/6299#discussion_r1035608761


##########
bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java:
##########
@@ -71,6 +72,7 @@ public class GuavaClasses {
     Splitter.class.getName();
     Throwables.class.getName();
     BiMap.class.getName();
+    EvictingQueue.class.getName();

Review Comment:
   Do we have an easy alternative here?
   Last time I have tried to add classes here, Ryan said that he tries to avoid 
adding further guava classes, if it is not strictly necessary.
   



-- 
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]

Reply via email to