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


##########
core/src/main/java/org/apache/iceberg/SchemaParser.java:
##########
@@ -183,7 +183,6 @@ public static String toJson(Schema schema, boolean pretty) {
   private static Type typeFromJson(JsonNode json) {
     if (json.isTextual()) {
       return Types.fromPrimitiveString(json.asText());
-

Review Comment:
   I stumbled over it already a couple of times and figured I just remove this 
unnecessary line ;)



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