Skip to content

Commit 127ef96

Browse files
committed
1
1 parent 6fca7f9 commit 127ef96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paimon-api/src/main/java/org/apache/paimon/Snapshot.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,13 +496,13 @@ public boolean equals(Object o) {
496496
/** Type of changes in this snapshot. */
497497
public enum CommitKind {
498498

499-
/** Changes flushed from the mem table. */
499+
/** New data is appended to the table and no data is removed or deleted. */
500500
APPEND,
501501

502502
/** Changes by compacting existing data files. */
503503
COMPACT,
504504

505-
/** Changes that clear up the whole partition and then add new records. */
505+
/** New data is added to overwrite existing data. */
506506
OVERWRITE,
507507

508508
/** Collect statistics. */

0 commit comments

Comments
 (0)