szehon-ho commented on a change in pull request #4382:
URL: https://github.com/apache/iceberg/pull/4382#discussion_r834730110
##########
File path: core/src/main/java/org/apache/iceberg/BaseFilesTable.java
##########
@@ -88,6 +93,18 @@ public TableScan appendsAfter(long fromSnapshotId) {
String.format("Cannot incrementally scan table of type %s",
type.name()));
}
+ @Override
+ public CloseableIterable<FileScanTask> planFiles() {
+ if (type.equals(MetadataTableType.ALL_DATA_FILES)) {
Review comment:
Refactored to make it slightly cleaner.
--
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]