public class SparkPositionDeletesRewrite
extends java.lang.Object
implements org.apache.spark.sql.connector.write.Write
Write
class for rewriting position delete files from Spark. Responsible for creating
SparkPositionDeletesRewrite.PositionDeleteBatchWrite
This class is meant to be used for an action to rewrite position delete files. Hence, it
assumes all position deletes to rewrite have come from ScanTaskSetManager
and that all
have the same partition spec id and partition values.
Modifier and Type | Class and Description |
---|---|
static class |
SparkPositionDeletesRewrite.DeleteTaskCommit |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.connector.write.BatchWrite |
toBatch() |