You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/iceberg/rest-catalog.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,6 @@ If the two are incompatible, we take the metadata stored in the separate directo
94
94
95
95
There are some cases when committing to iceberg rest catalog:
96
96
1. table not exists in iceberg rest-catalog. It'll create the table in rest catalog first, and commit metadata.
97
-
2. table exists in iceberg rest-catalog and is compatible with the base metadata stored in the separate directory. It'll directly get the table and commit metadata.
98
-
3. table exists, and last-sequence-number is 0 and current-snapshot-id is -1. It'll treat the table as a new table, directly get the table and commit metadata.
99
-
4. table exists, and isn't compatible with the base metadata stored in the separate directory. It'll **drop the table and recreate the table**, then commit metadata.
97
+
2. table exists in iceberg rest-catalog and is compatible with the base metadata stored in the separate directory. It'll directly get the table and commit metadata.
98
+
3. table exists, and isn't compatible with the base metadata stored in the separate directory. It'll **drop the table and recreate the table**, then commit metadata.
0 commit comments