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


##########
orc/src/main/java/org/apache/iceberg/orc/OrcToIcebergVisitor.java:
##########
@@ -43,7 +43,12 @@ public Optional<Types.NestedField> record(
                 .map(Optional::get)
                 .collect(Collectors.toList()));
     return Optional.of(
-        Types.NestedField.of(icebergIdOpt.get(), isOptional, 
currentFieldName(), structType));
+        Types.NestedField.builder()

Review Comment:
   did you mean to add a `builder()` method? Seems like this is currently 
missing



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to