Skip to content

Commit ee7acbc

Browse files
committed
improve doc
1 parent 44cdb54 commit ee7acbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/java/org/apache/spark/sql/sources/v2/SupportsWrite.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ interface SupportsWrite extends Table {
3232
* Returns a {@link WriteBuilder} which can be used to create {@link BatchWrite}. Spark will call
3333
* this method to configure each data source write.
3434
*
35-
* @param queryId A unique string for the writing query. It's possible that there are many
36-
* writing queries running at the same time, or a query is restarted.
35+
* @param queryId A unique string of the writing query. It's possible that there are many
36+
* writing queries running at the same time, or a query is restarted and resumed.
3737
* {@link BatchWrite} can use this id to identify the query.
3838
* @param schema The schema of the data to write.
3939
* @param options The options for writing, which is an immutable case-insensitive

0 commit comments

Comments
 (0)