Skip to content

Commit 1a5d22a

Browse files
ganeshchandHyukjinKwon
authored andcommitted
[SPARK-42196][SS] Fix typo in StreamingQuery.runId
### What changes were proposed in this pull request? Fixed the typo in code in the API documentation ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? local test Closes #39750 from ganeshchand/SPARK-42196. Authored-by: ganeshchand <ganeshchand@gmail.com> Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 607e753 commit 1a5d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQuery.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ trait StreamingQuery {
5252

5353
/**
5454
* Returns the unique id of this run of the query. That is, every start/restart of a query will
55-
* generated a unique runId. Therefore, every time a query is restarted from
55+
* generate a unique runId. Therefore, every time a query is restarted from
5656
* checkpoint, it will have the same [[id]] but different [[runId]]s.
5757
*/
5858
def runId: UUID

0 commit comments

Comments
 (0)