Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Aug 30, 2024
1 parent f79da39 commit f661195
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/lakehouse-iceberg-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,24 +264,24 @@ 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 |
|---------------------------------|---------------------------------------------------------|
| `comment` | The table comment. |
| `creator` | The table creator. |
| `current-snapshot-id` | The snapshot represents the current state of the table. |
| `cherry-pick-snapshot-id` | Selecting a specific snapshot in a merge operation. |
| `sort-order` | Selecting a specific snapshot in a merge operation. |
| `identifier-fields` | The identifier fields for defining the table. |
| `write.distribution-mode` | Defines distribution of write data |
| Configuration item | Description | Default value | Required | Since Version |
|---------------------------|---------------------------------------------------------|---------------|----------|---------------|
| `comment` | The table comment. | 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` | Selecting a specific snapshot in a merge operation. | 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 | None | No | 0.2.0 |

Gravitino server doesn't allow to change such properties:

| Configuration item | Description |
|--------------------|----------------------------------------------|
| `location` | Iceberg location for table storage. |
| `format` | Iceberg table format like `iceberg/parquet`. |
| `format-version` | Iceberg meta data format version. |
| `provider` | Table provider like `iceberg`. |
| Configuration item | Description | Default value | Required | Since Version |
|--------------------|----------------------------------------------|---------------|----------|---------------|
| `location` | Iceberg location for table storage. | None | No | 0.2.0 |
| `format` | Iceberg table format like `iceberg/parquet`. | None | No | 0.2.0 |
| `format-version` | Iceberg meta data format version. | None | No | 0.2.0 |
| `provider` | Table provider like `iceberg`. | None | No | 0.2.0 |

### Table indexes

Expand Down

0 comments on commit f661195

Please sign in to comment.