File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
sql/core/src/main/scala/org/apache/spark/sql/sources/v2/writer Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ import org.apache.spark.sql.sources.CreatableRelationProvider
2323/**
2424 * A trait that should be implemented by V1 DataSources that would like to leverage the DataSource
2525 * V2 write code paths. The CreatableRelationProvider will be used only to Append data. Other
26- * instances of the [[WriteBuilder ]] interface such as [[SupportsOverwrite ]], [[SupportsTruncate ]],
27- * [[SupportsDynamicOverwrite ]] should be extended as well to support additional operations other
28- * than data appends.
26+ * instances of the [[WriteBuilder ]] interface such as [[SupportsOverwrite ]], [[SupportsTruncate ]]
27+ * should be extended as well to support additional operations other than data appends.
2928 *
3029 * @since 3.0.0
3130 */
You can’t perform that action at this time.
0 commit comments