File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
paimon-api/src/main/java/org/apache/paimon Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments