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


##########
core/src/main/java/org/apache/iceberg/BaseIncrementalAppendScan.java:
##########
@@ -131,6 +126,17 @@ public CloseableIterable<CombinedScanTask> planTasks() {
     return TableScanUtil.planTasks(splitFiles, targetSplitSize(), 
splitLookback(), splitOpenFileCost());
   }
 
+  private long toSnapshotIdExclusive() {

Review Comment:
   good catch. I meant inclusive. somehow typed exclusive



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