File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/core/src/main/java/org/apache/spark/sql/sources/v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments