rdblue commented on code in PR #7032:
URL: https://github.com/apache/iceberg/pull/7032#discussion_r1269984651
##########
core/src/main/java/org/apache/iceberg/TableMetadataParser.java:
##########
@@ -299,7 +299,7 @@ public static TableMetadata fromJson(String
metadataLocation, String json) {
return JsonUtil.parse(json, node ->
TableMetadataParser.fromJson(metadataLocation, node));
}
- static TableMetadata fromJson(InputFile file, JsonNode node) {
+ public static TableMetadata fromJson(InputFile file, JsonNode node) {
Review Comment:
I talked to Fokko about this and I think it should be okay. I didn't realize
we were already doing this elsewhere. Sorry for the confusion!
--
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]