Skip to content

Commit

Permalink
Revert docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolnychyi committed Jan 2, 2024
1 parent fbd206c commit 21fdc1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Iceberg tables support table properties to configure table behavior, like the de
| write.metadata.path | table location + /metadata | Base location for metadata files |
| write.delete.mode | copy-on-write | Mode used for delete commands: copy-on-write or merge-on-read (v2 only) |
| write.delete.isolation-level | serializable | Isolation level for delete commands: serializable or snapshot |
| write.delete.granularity | partition | Delete granularity for position deletes: file (split deletes by file) or partition (split deletes by partition). |
| write.update.mode | copy-on-write | Mode used for update commands: copy-on-write or merge-on-read (v2 only) |
| write.update.isolation-level | serializable | Isolation level for update commands: serializable or snapshot |
| write.merge.mode | copy-on-write | Mode used for merge commands: copy-on-write or merge-on-read (v2 only) |
Expand Down
1 change: 0 additions & 1 deletion docs/spark-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ df.write
| compression-codec | Table write.(fileformat).compression-codec | Overrides this table's compression codec for this write |
| compression-level | Table write.(fileformat).compression-level | Overrides this table's compression level for Parquet and Avro tables for this write |
| compression-strategy | Table write.orc.compression-strategy | Overrides this table's compression strategy for ORC tables for this write |
| delete-granularity | Table write.delete.granularity | Overrides this table's delete granularity for this write |

CommitMetadata provides an interface to add custom metadata to a snapshot summary during a SQL execution, which can be beneficial for purposes such as auditing or change tracking. If properties start with `snapshot-property.`, then that prefix will be removed from each property. Here is an example:

Expand Down

0 comments on commit 21fdc1a

Please sign in to comment.