Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Sep 4, 2024
1 parent bcd57a5 commit 4fd8729
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/lakehouse-iceberg-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,15 @@ You can pass [Iceberg table properties](https://iceberg.apache.org/docs/1.5.2/co

The Gravitino server doesn't allow passing the following reserved fields.

| Configuration item | Description | Default value | Required | Since Version |
|---------------------------|--------------------------------------------------------------------------------------|---------------|----------|---------------|
| `comment` | The table comment, please use `comment` field in table meta instead. | None | No | 0.2.0 |
| `creator` | The table creator. | None | No | 0.2.0 |
| `current-snapshot-id` | The snapshot represents the current state of the table. | None | No | 0.2.0 |
| `cherry-pick-snapshot-id` | Selecting a specific snapshot in a merge operation. | None | No | 0.2.0 |
| `sort-order` | Iceberg table sort order, please use `SortOrder` in table meta instead. | None | No | 0.2.0 |
| `identifier-fields` | The identifier fields for defining the table. | None | No | 0.2.0 |
| `write.distribution-mode` | Defines distribution of write data, please use `distribution` in table meta instead. | None | No | 0.2.0 |
| Configuration item | Description | Since Version |
|---------------------------|--------------------------------------------------------------------------------------|---------------|
| `comment` | The table comment, please use `comment` field in table meta instead. | 0.2.0 |
| `creator` | The table creator. | 0.2.0 |
| `current-snapshot-id` | The snapshot represents the current state of the table. | 0.2.0 |
| `cherry-pick-snapshot-id` | Selecting a specific snapshot in a merge operation. | 0.2.0 |
| `sort-order` | Iceberg table sort order, please use `SortOrder` in table meta instead. | 0.2.0 |
| `identifier-fields` | The identifier fields for defining the table. | 0.2.0 |
| `write.distribution-mode` | Defines distribution of write data, please use `distribution` in table meta instead. | 0.2.0 |

Gravitino server doesn't allow to change such properties:

Expand Down

0 comments on commit 4fd8729

Please sign in to comment.