Skip to content

Commit 317ebe5

Browse files
authored
Docs: Enhance RewriteTablePath procedure documentation with parameter details. (#14181)
1 parent ce85b8f commit 317ebe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/spark-procedures.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ This can be the starting point to fully or incrementally copy an Iceberg table t
10301030
| `start_version` | | first metadata.json in table's metadata log | string | The name or path of the chronologically first metadata.json to rewrite |
10311031
| `end_version` | | latest metadata.json in table's metadata log | string | The name or path of the chronologically last metadata.json to rewrite |
10321032
| `staging_location` | | new directory under table's metadata directory | string | The output location for newly rewritten metadata files |
1033-
1033+
| `create_file_list` | | true | boolean | Whether to generate a file list containing the paths of rewritten metadata |
10341034
10351035
#### Modes of operation
10361036
@@ -1045,6 +1045,8 @@ This can be the starting point to fully or incrementally copy an Iceberg table t
10451045
|----------------------|--------|-------------------------------------------------------------------|
10461046
| `latest_version` | string | Name of the latest metadata file rewritten by this procedure |
10471047
| `file_list_location` | string | Path to a CSV file containing a mapping of source to target paths |
1048+
| `rewritten_manifest_file_paths_count` | int | Number of manifest files with rewritten paths |
1049+
| `rewritten_delete_file_paths_count` | int | Number of delete files with rewritten paths |
10481050
10491051
##### File List
10501052
The file contains the copy plan for all files added to the table between `start_version` and `end_version`.

0 commit comments

Comments
 (0)