nastra commented on code in PR #8608:
URL: https://github.com/apache/iceberg/pull/8608#discussion_r1332842625


##########
core/src/main/java/org/apache/iceberg/view/ViewMetadataParser.java:
##########
@@ -90,12 +90,20 @@ static void toJson(ViewMetadata metadata, JsonGenerator 
gen) throws IOException
     gen.writeEndObject();
   }
 
+  public static ViewMetadata fromJson(String metadataLocation, String json) {

Review Comment:
   these new methods will be used later on by `BaseViewOperations`



-- 
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]

Reply via email to