-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS][MINOR] Fixed a few typos in the Structured Streaming documentation #17443
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple should be reverted but the rest are OK
@@ -713,15 +713,15 @@ old windows correctly, as illustrated below. | |||
|
|||
![Handling Late Data](img/structured-streaming-late-data.png) | |||
|
|||
However, to run this query for days, it's necessary for the system to bound the amount of | |||
However, to run this query for days, it is necessary for the system to bound the amount of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a typo
@@ -930,7 +930,7 @@ There are a few types of output modes. | |||
new rows added to the Result Table since the last trigger will be | |||
outputted to the sink. This is supported for only those queries where | |||
rows added to the Result Table is never going to change. Hence, this mode | |||
guarantees that each row will be output only once (assuming | |||
guarantees that each row will be outputted only once (assuming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a typo, I agree, but I thought it made sense to keep the same formulation as what is used in the same paragraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, hm. As a native speaker, I would have said "outputted" is incorrect actually. But it looks like it's an accepted alternative. Well, whatever's the smaller change to achieve consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting! I also thought "outputted" was strange.
I have reverted my change anyway.
@tdas what did you intend in the paragraph cited in the description? I'm also not sure. |
@aseigneurin Please read http://spark.apache.org/contributing.html too. As you might imagine "typos" isn't useful as a title. Write "[MINOR]" too |
@srowen does this mean I should open a JIRA for this? |
Test build #3620 has finished for PR 17443 at commit
|
Merged to master |
Fixed a few typos.
There is one more I'm not sure of:
Not sure how to change
is delayed the late threshold
.