rdblue commented on code in PR #5021:
URL: https://github.com/apache/iceberg/pull/5021#discussion_r936926538
##########
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##########
@@ -498,6 +498,7 @@ static TableMetadata fromJson(FileIO io, String
metadataLocation, JsonNode node)
entries.build(),
metadataEntries.build(),
refs,
+ ImmutableList.of(), /* TODO: support statistics */
Review Comment:
I think this should be done in a PR with the `TableMetadata` updates.
--
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]