stevenzwu commented on code in PR #6299: URL: https://github.com/apache/iceberg/pull/6299#discussion_r1036310449
########## 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: we can avoid it by using an array and a round-robin cursor. -- 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