stevenzwu commented on code in PR #4870:
URL: https://github.com/apache/iceberg/pull/4870#discussion_r882088977


##########
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:
   the hierarchy should be the other way around. `ChangeScan` extends 
`IncrementalAppendScan` as change scan is the more complex superset.



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