danielcweeks commented on a change in pull request #285: Update metadata tables
for unpartitioned tables
URL: https://github.com/apache/incubator-iceberg/pull/285#discussion_r304007088
##########
File path: core/src/main/java/org/apache/iceberg/DataFilesTable.java
##########
@@ -66,23 +74,26 @@ public String location() {
public static class FilesTableScan extends BaseTableScan {
private static final long TARGET_SPLIT_SIZE = 32 * 1024 * 1024; // 32 MB
+ private final Schema fileSchema;
Review comment:
I was thinking more of exposing the ability get the original, unrefined
schema from the base table, which wouldn't require making this an inner static
class.
I'll leave it up to you though as I don't have a strong opinion about it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]