Interface DeltaBatchWrite
- All Superinterfaces:
- BatchWrite
An interface that defines how to write a delta of rows during batch processing.
- Since:
- 3.4.0
- 
Method SummaryModifier and TypeMethodDescriptionCreates a writer factory which will be serialized and sent to executors.Methods inherited from interface org.apache.spark.sql.connector.write.BatchWriteabort, commit, commit, onDataWriterCommit, useCommitCoordinator
- 
Method Details- 
createBatchWriterFactoryDescription copied from interface:BatchWriteCreates a writer factory which will be serialized and sent to executors.If this method fails (by throwing an exception), the action will fail and no Spark job will be submitted. - Specified by:
- createBatchWriterFactoryin interface- BatchWrite
- Parameters:
- info- Physical information about the input data that will be written to this table.
 
 
-