You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/05/07 19:48:45 UTC

[kafka-site] branch asf-site updated: MINOR: Fix typo in table (#140)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7d1e3ac  MINOR: Fix typo in table (#140)
7d1e3ac is described below

commit 7d1e3ac22dfd9b6cce383b2ea8ed4f090ad07588
Author: Joel Hamill <11...@users.noreply.github.com>
AuthorDate: Mon May 7 12:48:43 2018 -0700

    MINOR: Fix typo in table (#140)
    
    Related: apache/kafka#4972
    
    Reviewers: Matthias J. Sax <ma...@confluent.io>, Guozhang Wang <gu...@confluent.io>
---
 11/streams/developer-guide/dsl-api.html | 42 ++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/11/streams/developer-guide/dsl-api.html b/11/streams/developer-guide/dsl-api.html
index 6e375c3..4271af4 100644
--- a/11/streams/developer-guide/dsl-api.html
+++ b/11/streams/developer-guide/dsl-api.html
@@ -2134,12 +2134,12 @@
                             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="8%" />
-                                <col width="13%" />
-                                <col width="13%" />
-                                <col width="22%" />
-                                <col width="22%" />
-                                <col width="22%" />
+                                <col>
+                                <col>
+                                <col>
+                                <col>
+                                <col>
+                                <col>
                             </colgroup>
                             <thead valign="bottom">
                             <tr class="row-odd"><th class="head">Timestamp</th>
@@ -2152,7 +2152,7 @@
                             </thead>
                             <tbody valign="top">
                             <tr class="row-even"><td>1</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
@@ -2160,7 +2160,7 @@
                             </tr>
                             <tr class="row-odd"><td>2</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
@@ -2194,18 +2194,18 @@
                                 <td>[B, b]</td>
                             </tr>
                             <tr class="row-even"><td>7</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</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>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                             </tr>
                             <tr class="row-even"><td>9</td>
                                 <td>C</td>
@@ -2223,21 +2223,21 @@
                             </tr>
                             <tr class="row-even"><td>11</td>
                                 <td>&nbsp;</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>&nbsp;</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
+                                <td>null</td>
                             </tr>
                             <tr class="row-even"><td>13</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
@@ -2430,7 +2430,7 @@
                             </tr>
                             <tr class="row-odd"><td>2</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
                             </tr>
@@ -2466,7 +2466,7 @@
                             </tr>
                             <tr class="row-odd"><td>8</td>
                                 <td>&nbsp;</td>
-                                <td>null (tombstone)</td>
+                                <td>null</td>
                                 <td>&nbsp;</td>
                                 <td>&nbsp;</td>
                             </tr>

-- 
To stop receiving notification emails like this one, please contact
guozhang@apache.org.