RussellSpitzer commented on a change in pull request #2617:
URL: https://github.com/apache/iceberg/pull/2617#discussion_r655699018
##########
File path: core/src/main/java/org/apache/iceberg/AllDataFilesTable.java
##########
@@ -84,6 +84,11 @@ private AllDataFilesTableScan(TableOperations ops, Table
table, Schema schema, S
this.fileSchema = fileSchema;
}
+ @Override
+ protected String tableType() {
+ return String.valueOf(MetadataTableType.ALL_DATA_FILES);
Review comment:
I think these can all be .name() to get the value we are looking for
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]