JingsongLi commented on code in PR #6025: URL: https://github.com/apache/paimon/pull/6025#discussion_r2252935554
########## paimon-api/src/main/java/org/apache/paimon/Snapshot.java: ########## @@ -496,13 +496,13 @@ public boolean equals(Object o) { /** Type of changes in this snapshot. */ public enum CommitKind { - /** Changes flushed from the mem table. */ + /** New data is appended to the table and no data is deleted. */ Review Comment: `New data files are appended to the table and no data file is deleted.` -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org