This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 87fb41e690d2196528de6230d54cf103f451c2b6 Author: Mergebot <merge...@apache.org> AuthorDate: Wed Sep 26 21:49:08 2018 +0000 Prepare repository for deployment. --- content/contribute/index.html | 2 +- content/documentation/programming-guide/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contribute/index.html b/content/contribute/index.html index f4a3af3..099c100 100644 --- a/content/contribute/index.html +++ b/content/contribute/index.html @@ -618,7 +618,7 @@ When submitting a new PR, please tag <a href="https://github.com/robbesneyders"> <p>Work to support the next LTS release of Java is in progress. For more details about the scope and info on the various tasks please see the JIRA ticket.</p> <ul> - <li>JIRA: <a href="https://issues.apache.org/jira/issues/BEAM-2530">BEAM-2530</a></li> + <li>JIRA: <a href="https://issues.apache.org/jira/browse/BEAM-2530">BEAM-2530</a></li> <li>Contact: <a href="mailto:ieme...@gmail.com">Ismaël Mejía</a></li> </ul> diff --git a/content/documentation/programming-guide/index.html b/content/documentation/programming-guide/index.html index eb7ccb6..ea57f77 100644 --- a/content/documentation/programming-guide/index.html +++ b/content/documentation/programming-guide/index.html @@ -2902,7 +2902,7 @@ least 10 minutes:</p> </div> <div class="language-py highlighter-rouge"><pre class="highlight"><code><span class="kn">from</span> <span class="nn">apache_beam</span> <span class="kn">import</span> <span class="n">window</span> <span class="n">session_windowed_items</span> <span class="o">=</span> <span class="p">(</span> - <span class="n">items</span> <span class="o">|</span> <span class="s">'window'</span> <span class="o">>></span> <span class="n">beam</span><span class="o">.</span><span class="n">WindowInto</span><span class="p">(</span><span class="n">window</span><span class="o">.</span><span class="n">Sessions</span><span class="p">(</span><span class="mi">10</span><span class="p">)))</span> + <span class="n">items</span> <span class="o">|</span> <span class="s">'window'</span> <span class="o">>></span> <span class="n">beam</span><span class="o">.</span><span class="n">WindowInto</span><span class="p">(</span><span class="n">window</span><span class="o">.</span><span class="n">Sessions</span><span class="p">(</span><span class="mi">10</span> <span class="o">*</span> <span class="mi">60</span><span class="p">)))</span> </code></pre> </div>