pyspark.sql.datasource.WriterCommitMessage#
- class pyspark.sql.datasource.WriterCommitMessage[source]#
- A commit message returned by the - DataSourceWriter.write()and will be sent back to the driver side as input parameter of- DataSourceWriter.commit()or- DataSourceWriter.abort()method.- Notes - This class must be picklable.