nastra commented on code in PR #11322: URL: https://github.com/apache/iceberg/pull/11322#discussion_r1801116091
########## api/src/main/java/org/apache/iceberg/util/CharSequenceSet.java: ########## @@ -18,183 +18,53 @@ */ package org.apache.iceberg.util; -import java.io.Serializable; -import java.util.Collection; -import java.util.Iterator; -import java.util.Set; -import java.util.stream.Collectors; -import org.apache.iceberg.relocated.com.google.common.collect.ImmutableList; +import org.apache.iceberg.relocated.com.google.common.base.Preconditions; import org.apache.iceberg.relocated.com.google.common.collect.Iterables; -import org.apache.iceberg.relocated.com.google.common.collect.Iterators; -import org.apache.iceberg.relocated.com.google.common.collect.Sets; -import org.apache.iceberg.relocated.com.google.common.collect.Streams; -public class CharSequenceSet implements Set<CharSequence>, Serializable { +public class CharSequenceSet extends WrapperSet<CharSequence> { Review Comment: might be easier to just look at the resulting file instead of the diff -- 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