This is an automated email from the ASF dual-hosted git repository.
guozhang 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 3ce14a8 MINOR: Streams web doc table fix (#4942)
3ce14a8 is described below
commit 3ce14a84a8c2009198e81a077cabe4b3031f6698
Author: manjuapu <[email protected]>
AuthorDate: Fri Apr 27 14:20:29 2018 -0700
MINOR: Streams web doc table fix (#4942)
---
docs/streams/developer-guide/dsl-api.html | 8 --------
docs/streams/index.html | 3 +++
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/docs/streams/developer-guide/dsl-api.html
b/docs/streams/developer-guide/dsl-api.html
index ad51884..a36bf8f 100644
--- a/docs/streams/developer-guide/dsl-api.html
+++ b/docs/streams/developer-guide/dsl-api.html
@@ -1491,14 +1491,6 @@
Depending on the operands, joins are either <a
class="reference internal" href="#streams-developer-guide-dsl-windowing"><span
class="std std-ref">windowed</span></a> joins or
non-windowed joins.</p>
<table border="1" class="docutils">
- <colgroup>
- <col width="12%" />
- <col width="6%" />
- <col width="7%" />
- <col width="7%" />
- <col width="7%" />
- <col width="61%" />
- </colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Join operands</th>
<th class="head">Type</th>
diff --git a/docs/streams/index.html b/docs/streams/index.html
index 7ac6867..8992fc5 100644
--- a/docs/streams/index.html
+++ b/docs/streams/index.html
@@ -15,6 +15,9 @@
<script>
<!--#include virtual="../js/templateData.js" -->
</script>
+<style>
+ .video__item{cursor:pointer;}
+</style>
<script id="streams-template" type="text/x-handlebars-template">
<h1>Kafka Streams</h1>
<div class="sub-nav-sticky">
--
To stop receiving notification emails like this one, please contact
[email protected].