Skip to content

Commit

Permalink
configuration.md: Moved schema.name-mapping.default and format-versio…
Browse files Browse the repository at this point in the history
…n to Table behaviour options table
  • Loading branch information
sikehish committed Oct 17, 2024
1 parent 8dfb913 commit 11ad717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Iceberg tables support table properties to configure table behavior.
| `write.metadata.metrics.column` | Column names and modes | N/A | Per-column metrics configuration. |
| `write.summary.partition-limit` | Integer | 0 | The limit on the number of partition summaries written with each commit. |
| `write.delete.mode` | `{copy-on-write, merge-on-read}` | `copy-on-write` | Configures the delete mode (either Copy-on-Write or Merge-on-Read). |
| `schema.name-mapping.default` | Name mapping strategy | N/A | Default name mapping for schema evolution. |
| `format-version` | `{1, 2}` | 2 | The version of the Iceberg table format to use. |
| `write.metadata.previous-versions-max` | Integer | 100 | Maximum number of previous version metadata files to keep before deletion after commit. |
### Table behavior options

Expand All @@ -56,6 +54,8 @@ Iceberg tables support table properties to configure table behavior.
| `commit.manifest.target-size-bytes` | Size in bytes | 8388608 (8MB) | Target size when merging manifest files |
| `commit.manifest.min-count-to-merge` | Number of manifests | 100 | Target size when merging manifest files |
| `commit.manifest-merge.enabled` | Boolean | False | Controls whether to automatically merge manifests on writes |
| `schema.name-mapping.default` | Name mapping strategy | N/A | Default name mapping for schema evolution. |
| `format-version` | `{1, 2}` | 2 | The version of the Iceberg table format to use. |

<!-- prettier-ignore-start -->

Expand Down

0 comments on commit 11ad717

Please sign in to comment.