Skip to content

Commit

Permalink
[SPARK-42592][SS][DOCS][FOLLOWUP] Add missed commit on reflecting rev…
Browse files Browse the repository at this point in the history
…iew comment

### What changes were proposed in this pull request?

This PR addressed missed commit on reflecting review comment (apache#40188 (comment)) from previous PR apache#40188.

### Why are the changes needed?

Previously pushed commit didn't reflect all review comments.

### Does this PR introduce _any_ user-facing change?

Yes, documentation.

### How was this patch tested?

N/A.

Closes apache#40208 from HeartSaVioR/SPARK-42592-follow-up.

Authored-by: Jungtaek Lim <[email protected]>
Signed-off-by: Jungtaek Lim <[email protected]>
  • Loading branch information
HeartSaVioR committed Feb 28, 2023
1 parent 3d900b7 commit c3347ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/structured-streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ anotherWindowedCounts = windowedCounts.groupBy(
</div>
</div>

`window` function does not only take timestamp column, but also take the time window column. This is very useful for cases where users want to apply chained time window aggregations.
`window` function does not only take timestamp column, but also take the time window column. This is specifically useful for cases where users want to apply chained time window aggregations.

<div class="codetabs">
<div data-lang="scala" markdown="1">
Expand Down

0 comments on commit c3347ae

Please sign in to comment.