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 D316A200CC6 for ; Mon, 12 Jun 2017 18:55:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D1E47160BDE; Mon, 12 Jun 2017 16:55:23 +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 6A48F160BED for ; Mon, 12 Jun 2017 18:55:22 +0200 (CEST) Received: (qmail 12235 invoked by uid 500); 12 Jun 2017 16:55:20 -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 9070 invoked by uid 99); 12 Jun 2017 16:55:19 -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; Mon, 12 Jun 2017 16:55:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D8C13F4A63; Mon, 12 Jun 2017 16:55:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kenn@apache.org To: commits@beam.apache.org Date: Mon, 12 Jun 2017 16:56:03 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [48/50] [abbrv] beam git commit: This closes #3338: [BEAM-2371] Port some DirectRunner overrides to SDK-agnostic APIs archived-at: Mon, 12 Jun 2017 16:55:24 -0000 This closes #3338: [BEAM-2371] Port some DirectRunner overrides to SDK-agnostic APIs Port DirectRunner TestStream override to SDK-agnostic APIs Port DirectRunner WriteFiles override to SDK-agnostic APIs Port DirectGroupByKey to SDK-agnostic APIs Port ViewOverrideFactory to SDK-agnostic APIs Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1597f3ca Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1597f3ca Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1597f3ca Branch: refs/heads/gearpump-runner Commit: 1597f3ca64558f0099237aeb618b144e132ddcc6 Parents: b4c7716 eaaf45f Author: Kenneth Knowles Authored: Fri Jun 9 19:57:17 2017 -0700 Committer: Kenneth Knowles Committed: Fri Jun 9 19:57:17 2017 -0700 ---------------------------------------------------------------------- .../CreatePCollectionViewTranslation.java | 4 +- .../core/construction/PTransformMatchers.java | 17 +++++-- .../construction/TestStreamTranslation.java | 49 +++++++++++++++++++- .../beam/runners/direct/DirectGroupByKey.java | 13 +++--- .../direct/DirectGroupByKeyOverrideFactory.java | 14 ++++-- .../direct/TestStreamEvaluatorFactory.java | 20 ++++++-- .../runners/direct/ViewOverrideFactory.java | 48 +++++++++++-------- .../direct/WriteWithShardingFactory.java | 30 ++++++++---- .../direct/ViewEvaluatorFactoryTest.java | 3 +- .../runners/direct/ViewOverrideFactoryTest.java | 23 +++++++-- .../direct/WriteWithShardingFactoryTest.java | 26 +++++++---- .../org/apache/beam/sdk/testing/TestStream.java | 12 +++++ .../beam/sdk/values/PCollectionViews.java | 10 ++++ 13 files changed, 207 insertions(+), 62 deletions(-) ----------------------------------------------------------------------