@Experimental public interface DeltaBatchWrite extends BatchWrite
| Modifier and Type | Method and Description | 
|---|---|
| DeltaWriterFactory | createBatchWriterFactory(PhysicalWriteInfo info)Creates a writer factory which will be serialized and sent to executors. | 
abort, commit, onDataWriterCommit, useCommitCoordinatorDeltaWriterFactory createBatchWriterFactory(PhysicalWriteInfo info)
BatchWriteIf this method fails (by throwing an exception), the action will fail and no Spark job will be submitted.
createBatchWriterFactory in interface BatchWriteinfo - Physical information about the input data that will be written to this table.