Skip to content

Commit 05fd35a

Browse files
authored
MINOR: Fix typo in timestamp explanation in dsl-api.html (#20879)
this explains the row with timestamp=60 and **timestampe=80** -> this explains the row with timestamp=60 and **timestamp=80** Reviewers: Bill Bejeck<[email protected]>
1 parent 5537dbb commit 05fd35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streams/developer-guide/dsl-api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ <h4 class="anchor-heading"><a id="streams_concepts_globalktable" class="anchor-l
16371637
</div></blockquote>
16381638
</li>
16391639
<li><p class="first">For each input record on the left side that does not have any match on the right side, the <code class="docutils literal"><span class="pre">ValueJoiner</span></code> will be called with <code class="docutils literal"><span class="pre">ValueJoiner#apply(leftRecord.value,</span> <span class="pre">null)</span></code>;
1640-
this explains the row with timestamp=60 and timestampe=80 in the table below, which lists <code class="docutils literal"><span class="pre">[E,</span> <span class="pre">null]</span></code> and <code class="docutils literal"><span class="pre">[F,</span> <span class="pre">null]</span></code>in the LEFT JOIN column.
1640+
this explains the row with timestamp=60 and timestamp=80 in the table below, which lists <code class="docutils literal"><span class="pre">[E,</span> <span class="pre">null]</span></code> and <code class="docutils literal"><span class="pre">[F,</span> <span class="pre">null]</span></code>in the LEFT JOIN column.
16411641
Note that these left results are emitted after the specified grace period passed. <strong>Caution:</strong> using the deprecated <code class="docutils literal"><span class="pre">JoinWindows.of(...).grace(...)</span></code> API might result in eagerly emitted spurious left results.</p>
16421642
</li>
16431643
</ul>

0 commit comments

Comments
 (0)