Commit 1a5d22a
[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- sql/core/src/main/scala/org/apache/spark/sql/streaming
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments