stevenzwu commented on code in PR #3095:
URL: https://github.com/apache/iceberg/pull/3095#discussion_r852574835
##########
api/src/main/java/org/apache/iceberg/TableScan.java:
##########
@@ -159,6 +159,17 @@ default TableScan select(String... columns) {
*/
TableScan appendsAfter(long fromSnapshotId);
+
+ /**
+ * Create a new {@link TableScan} to read appended data for {@code
snapshotId} exclusive to the current snapshot
+ * inclusive.
+ *
+ * @param snapshotId - the snapshot id read by the user, exclusive
+ * @return a table scan which can read append data for {@code snapshotId}
+ * exclusive and up to current snapshot inclusive
+ */
+ TableScan appendsCurrent(long snapshotId);
Review Comment:
this change seems unnecessary
--
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]