Package org.apache.iceberg.spark.actions
package org.apache.iceberg.spark.actions
-
ClassDescriptionAn action that removes orphan metadata, data and delete files by listing a given location and comparing the actual files in that location with content and metadata files referenced by all valid snapshots.An implementation of
DeleteReachableFiles
that uses metadata tables in Spark to determine which files should be deleted.An action that performs the same operation asExpireSnapshots
but uses Spark to determine the delta in files between the pre and post-expiration table metadata.A serializable bean that contains a bare minimum to read a manifest.Takes a Spark table in the source catalog and attempts to transform it into an Iceberg table in the same location with the same identifier.An action that rewrites manifests in a distributed manner and co-locates metadata for partitions.Spark implementation ofRewritePositionDeleteFiles
.Creates a new Iceberg table based on a source Spark table.An implementation ofActionsProvider
for Spark.