File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1030,7 +1030,7 @@ This can be the starting point to fully or incrementally copy an Iceberg table t
1030
1030
| ` start_version` | | first metadata.json in table' s metadata log | string | The name or path of the chronologically first metadata.json to rewrite |
1031
1031
| `end_version` | | latest metadata.json in table' s metadata log | string | The name or path of the chronologically last metadata.json to rewrite |
1032
1032
| ` 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 |
1034
1034
1035
1035
#### Modes of operation
1036
1036
@@ -1045,6 +1045,8 @@ This can be the starting point to fully or incrementally copy an Iceberg table t
1045
1045
|----------------------|--------|-------------------------------------------------------------------|
1046
1046
| `latest_version` | string | Name of the latest metadata file rewritten by this procedure |
1047
1047
| `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 |
1048
1050
1049
1051
##### File List
1050
1052
The file contains the copy plan for all files added to the table between `start_version` and `end_version`.
You can’t perform that action at this time.
0 commit comments