rdblue commented on code in PR #5799:
URL: https://github.com/apache/iceberg/pull/5799#discussion_r974774179
##########
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##########
@@ -225,6 +226,12 @@ public static void toJson(TableMetadata metadata,
JsonGenerator generator) throw
}
generator.writeEndArray();
+ generator.writeArrayFieldStart(STATISTICS);
Review Comment:
Can you also add deserialization? Generally when we update a parser we want
to update both.
--
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]