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 ofDataSourceWriter.commit()
orDataSourceWriter.abort()
method.Notes
This class must be picklable.