amogh-jahagirdar commented on code in PR #13219: URL: https://github.com/apache/iceberg/pull/13219#discussion_r2125103119
########## parquet/src/main/java/org/apache/iceberg/parquet/TripleIterator.java: ########## @@ -21,7 +21,7 @@ import java.util.Iterator; import org.apache.parquet.io.api.Binary; -interface TripleIterator<T> extends Iterator<T> { +public interface TripleIterator<T> extends Iterator<T> { Review Comment: Do we need to expose this? -- 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