Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8FF92200CC2 for ; Wed, 21 Jun 2017 01:40:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8F3AA160BE1; Tue, 20 Jun 2017 23:40:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08451160BF2 for ; Wed, 21 Jun 2017 01:40:50 +0200 (CEST) Received: (qmail 97426 invoked by uid 500); 20 Jun 2017 23:40:50 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 97291 invoked by uid 99); 20 Jun 2017 23:40:50 -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; Tue, 20 Jun 2017 23:40:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 33EABE049A; Tue, 20 Jun 2017 23:40:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jkff@apache.org To: commits@beam.apache.org Date: Tue, 20 Jun 2017 23:40:51 -0000 Message-Id: In-Reply-To: <0054ada2975a4b958378fba707e4f78c@git.apache.org> References: <0054ada2975a4b958378fba707e4f78c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] beam git commit: This closes #1898: [BEAM-1377] Splittable DoFn in Dataflow streaming runner archived-at: Tue, 20 Jun 2017 23:40:51 -0000 This closes #1898: [BEAM-1377] Splittable DoFn in Dataflow streaming runner Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fd40d4b2 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fd40d4b2 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fd40d4b2 Branch: refs/heads/master Commit: fd40d4b29d3e46dfe25bd7cea65eb7b51dde135f Parents: 698b89e a06c8bf Author: Eugene Kirpichov Authored: Tue Jun 20 16:27:26 2017 -0700 Committer: Eugene Kirpichov Committed: Tue Jun 20 16:27:26 2017 -0700 ---------------------------------------------------------------------- runners/google-cloud-dataflow-java/pom.xml | 8 +- .../dataflow/DataflowPipelineTranslator.java | 40 +++++++++ .../beam/runners/dataflow/DataflowRunner.java | 14 +++ .../dataflow/SplittableParDoOverrides.java | 76 +++++++++++++++++ .../runners/dataflow/util/PropertyNames.java | 1 + .../DataflowPipelineTranslatorTest.java | 89 ++++++++++++++++++++ .../beam/sdk/transforms/SplittableDoFnTest.java | 22 ++++- 7 files changed, 247 insertions(+), 3 deletions(-) ----------------------------------------------------------------------