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


##########
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:
   Logically, incrementalAppendScan is a subset of ChangeScan. Can we make 
incrementalAppendScan extend from ChangeScan?



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