Skip to content

Commit 335a92d

Browse files
committed
update docs
1 parent ef2ec72 commit 335a92d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sql/core/src/main/scala/org/apache/spark/sql/sources/v2/writer/V1WriteBuilder.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)