Skip to content

Commit 3082e5d

Browse files
committed
[core] Update documentation for class Snapshot
1 parent d7959fb commit 3082e5d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@
3636
/**
3737
* This file is the entrance to all data committed at some specific time point.
3838
*
39-
* <p>Versioned change list:
40-
*
41-
* <ul>
42-
* <li>Version 1: Initial version for paimon <= 0.2. There is no "version" field in json file.
43-
* <li>Version 2: Introduced in paimon 0.3. Add "version" field and "changelogManifestList" field.
44-
* <li>Version 3: Introduced in paimon 0.4. Add "baseRecordCount" field, "deltaRecordCount" field
45-
* and "changelogRecordCount" field.
46-
* </ul>
47-
*
48-
* <p>Unversioned change list:
49-
*
50-
* <ul>
51-
* <li>Since paimon 0.2 and paimon 0.3, commitIdentifier is changed from a String to a long value.
52-
* For paimon < 0.2, only Flink connectors have paimon sink and they use checkpointId as
53-
* commitIdentifier (which is a long value). Json can automatically perform type conversion so
54-
* there is no compatibility issue.
55-
* </ul>
56-
*
5739
* @since 0.9.0
5840
*/
5941
@Public

0 commit comments

Comments
 (0)