This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new c14b0ad MINOR - Fix typo in Streams Dev Guide (#4972)
c14b0ad is described below
commit c14b0ad9eeffa3fadb2d04a23f5673fc6bb94ac9
Author: Joel Hamill <[email protected]>
AuthorDate: Fri May 11 10:27:07 2018 -0700
MINOR - Fix typo in Streams Dev Guide (#4972)
Reviewers: Matthias J. Sax <[email protected]>, Guozhang Wang
<[email protected]>
---
docs/streams/developer-guide/dsl-api.html | 40 +++++++++++++++----------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/docs/streams/developer-guide/dsl-api.html
b/docs/streams/developer-guide/dsl-api.html
index 687dff9..d1e527e 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -2133,7 +2133,7 @@
</thead>
<tbody valign="top">
<tr class="row-even"><td>1</td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
<td> </td>
@@ -2141,7 +2141,7 @@
</tr>
<tr class="row-odd"><td>2</td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
<td> </td>
@@ -2175,18 +2175,18 @@
<td>[B, b]</td>
</tr>
<tr class="row-even"><td>7</td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
- <td>null (tombstone)</td>
- <td>null (tombstone)</td>
+ <td>null</td>
+ <td>null</td>
<td>[null, b]</td>
</tr>
<tr class="row-odd"><td>8</td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
</tr>
<tr class="row-even"><td>9</td>
<td>C</td>
@@ -2204,21 +2204,21 @@
</tr>
<tr class="row-even"><td>11</td>
<td> </td>
- <td>null (tombstone)</td>
- <td>null (tombstone)</td>
+ <td>null</td>
+ <td>null</td>
<td>[C, null]</td>
<td>[C, null]</td>
</tr>
<tr class="row-odd"><td>12</td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
- <td>null (tombstone)</td>
- <td>null (tombstone)</td>
+ <td>null</td>
+ <td>null</td>
</tr>
<tr class="row-even"><td>13</td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
<td> </td>
@@ -2388,11 +2388,11 @@
cell denotes that the <code class="docutils
literal"><span class="pre">ValueJoiner</span></code> is not called at all.</p>
<table border="1" class="docutils">
<colgroup>
- <col width="10%" />
- <col width="16%" />
- <col width="16%" />
- <col width="29%" />
- <col width="29%" />
+ <col>
+ <col>
+ <col>
+ <col>
+ <col>
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Timestamp</th>
@@ -2411,7 +2411,7 @@
</tr>
<tr class="row-odd"><td>2</td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
</tr>
@@ -2447,7 +2447,7 @@
</tr>
<tr class="row-odd"><td>8</td>
<td> </td>
- <td>null (tombstone)</td>
+ <td>null</td>
<td> </td>
<td> </td>
</tr>
--
To stop receiving notification emails like this one, please contact
[email protected].