Package org.apache.iceberg.spark.source
Class SparkPositionDeletesRewrite
java.lang.Object
org.apache.iceberg.spark.source.SparkPositionDeletesRewrite
- All Implemented Interfaces:
- org.apache.spark.sql.connector.write.Write
public class SparkPositionDeletesRewrite
extends 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.
- 
Nested Class SummaryNested Classes
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.write.Writedescription, reportDriverMetrics, supportedCustomMetrics, toStreaming
- 
Method Details- 
toBatchpublic org.apache.spark.sql.connector.write.BatchWrite toBatch()- Specified by:
- toBatchin interface- org.apache.spark.sql.connector.write.Write
 
 
-