rdblue commented on a change in pull request #939: URL: https://github.com/apache/incubator-iceberg/pull/939#discussion_r411544697
########## File path: core/src/main/java/org/apache/iceberg/SchemaUpdate.java ########## @@ -476,4 +476,6 @@ public Type primitive(Type.PrimitiveType primitive) { newFields.addAll(adds); return Types.StructType.of(newFields); } + + //TODO: updateEvent Review comment: I think we can add update events individually. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org