DataWriterFactory¶
DataWriterFactory
is a <
[[contract]] [source, java]
package org.apache.spark.sql.sources.v2.writer;
public interface DataWriterFactory
[NOTE]¶
DataWriterFactory
is an Evolving
contract that is evolving towards becoming a stable API, but is not a stable API yet and can change from one feature release to another release.
In other words, using the contract is as treading on thin ice.¶
.DataWriterFactory Contract [cols="1,2",options="header",width="100%"] |=== | Method | Description
| [[createDataWriter]] createDataWriter
a| Gives the DataWriter for a partition ID and attempt number
Used when:
DataWritingSparkTask
is requested to run and runContinuous |===
Last update: 2020-11-13