Package org.apache.iceberg.actions
Interface RewriteTablePath.Result
- Enclosing interface:
RewriteTablePath
public static interface RewriteTablePath.Result
The action result that contains a summary of the execution.
-
Method Summary
Modifier and TypeMethodDescriptionPath to a comma-separated list of source and target paths for all files added to the table between startVersion and endVersion, including original data files and metadata files rewritten to staging.Name of latest metadata file versionStaging location of rewritten files
-
Method Details
-
stagingLocation
String stagingLocation()Staging location of rewritten files -
fileListLocation
String fileListLocation()Path to a comma-separated list of source and target paths for all files added to the table between startVersion and endVersion, including original data files and metadata files rewritten to staging. -
latestVersion
String latestVersion()Name of latest metadata file version
-