aokolnychyi commented on code in PR #4870: URL: https://github.com/apache/iceberg/pull/4870#discussion_r908666853
########## api/src/main/java/org/apache/iceberg/IncrementalAppendScan.java: ########## @@ -20,6 +20,8 @@ package org.apache.iceberg; +import org.apache.iceberg.io.CloseableIterable; + /** * API for configuring an incremental table scan for appends only snapshots Review Comment: I added a parent interface. Resolving 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: [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]
