rdblue commented on a change in pull request #1939:
URL: https://github.com/apache/iceberg/pull/1939#discussion_r544749636
##########
File path: core/src/main/java/org/apache/iceberg/io/WriteResult.java
##########
@@ -76,6 +76,11 @@ public Builder add(WriteResult result) {
return this;
}
+ public Builder add(Iterable<WriteResult> results) {
Review comment:
Typically, we would follow the Java collection convention and use
`addAll`.
----------------------------------------------------------------
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]