nastra commented on code in PR #11354:
URL: https://github.com/apache/iceberg/pull/11354#discussion_r1812035950
##########
core/src/main/java/org/apache/iceberg/SnapshotParser.java:
##########
@@ -62,6 +62,7 @@ static void toJson(Snapshot snapshot, JsonGenerator
generator) throws IOExceptio
// if there is an operation, write the summary map
if (snapshot.operation() != null) {
+ // this means if snapshot have operation, it must be in the summary map
Review Comment:
that's pretty much what the comment two lines above this says already
```suggestion
```
--
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]