gaborkaszab commented on code in PR #17134:
URL: https://github.com/apache/iceberg/pull/17134#discussion_r3552128127
##########
core/src/main/java/org/apache/iceberg/AllDataFilesTable.java:
##########
@@ -30,7 +30,7 @@
public class AllDataFilesTable extends BaseFilesTable {
AllDataFilesTable(Table table) {
- this(table, table.name() + ".all_data_files");
+ this(table, table.name() + "." +
MetadataTableType.ALL_DATA_FILES.tableName());
Review Comment:
To reduce the size of this PR, would you mind moving this refactor and all
of the similar replacements into a separate PR?
--
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]