rdblue commented on a change in pull request #2096:
URL: https://github.com/apache/iceberg/pull/2096#discussion_r567324931



##########
File path: core/src/main/java/org/apache/iceberg/SchemaParser.java
##########
@@ -58,9 +59,16 @@ private SchemaParser() {
   private static final String VALUE_REQUIRED = "value-required";
 
   static void toJson(Types.StructType struct, JsonGenerator generator) throws 
IOException {
+    toJson(struct, null, generator);
+  }
+  static void toJson(Types.StructType struct, Integer schemaId, JsonGenerator 
generator) throws IOException {

Review comment:
       Nit: missing newline between methods.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to