From issues-return-156378-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu Mar 1 10:43:18 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A748218064D for ; Thu, 1 Mar 2018 10:43:17 +0100 (CET) Received: (qmail 72920 invoked by uid 500); 1 Mar 2018 09:43:16 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 72911 invoked by uid 99); 1 Mar 2018 09:43:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2018 09:43:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 222A7E04F3; Thu, 1 Mar 2018 09:43:15 +0000 (UTC) From: pnowojski To: issues@flink.apache.org Reply-To: issues@flink.apache.org Message-ID: Subject: [GitHub] flink pull request #5607: [hotfix][docs] Drop the incorrect parallel remark ... Content-Type: text/plain Date: Thu, 1 Mar 2018 09:43:15 +0000 (UTC) GitHub user pnowojski opened a pull request: https://github.com/apache/flink/pull/5607 [hotfix][docs] Drop the incorrect parallel remark in windowAll This is a simple documentation fix. Parallel remark for windowAll is not true according to @aljoscha . You can merge this pull request into a Git repository by running: $ git pull https://github.com/pnowojski/flink docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5607.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5607 ---- commit 9aee78fba6ac232078f36a8d4c74d00b86c58d2a Author: Piotr Nowojski Date: 2018-03-01T09:40:20Z [hotfix][docs] Drop the incorrect parallel remark in windowAll ---- ---