Interface DeltaBatchWrite

  • All Superinterfaces:
    org.apache.spark.sql.connector.write.BatchWrite

    public interface DeltaBatchWrite
    extends org.apache.spark.sql.connector.write.BatchWrite
    An interface that defines how to write a delta of rows during batch processing.
    • Method Detail

      • createBatchWriterFactory

        DeltaWriterFactory createBatchWriterFactory​(org.apache.spark.sql.connector.write.PhysicalWriteInfo info)
        Specified by:
        createBatchWriterFactory in interface org.apache.spark.sql.connector.write.BatchWrite