chenjunjiedada commented on code in PR #4529:
URL: https://github.com/apache/iceberg/pull/4529#discussion_r855009099
##########
core/src/main/java/org/apache/iceberg/BaseAllMetadataTableScan.java:
##########
@@ -40,7 +40,7 @@ abstract class BaseAllMetadataTableScan extends
BaseMetadataTableScan {
protected abstract String tableType();
@Override
- public TableScan appendsBetween(long fromSnapshotId, long toSnapshotId) {
+ public TableScan appendsInRange(Long fromSnapshotId, long toSnapshotId) {
Review Comment:
In the future, we want to support reading overwrite snapshots so maybe we
could change to `dataBetween(startSnaphotId, endSnasphotId)`.
--
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]