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 C6532200D6D for ; Tue, 28 Nov 2017 02:59:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C4AB0160C13; Tue, 28 Nov 2017 01:59:33 +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 0D92F160C14 for ; Tue, 28 Nov 2017 02:59:32 +0100 (CET) Received: (qmail 25900 invoked by uid 500); 28 Nov 2017 01:59:32 -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 25794 invoked by uid 99); 28 Nov 2017 01:59:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2017 01:59:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 76FB684A23; Tue, 28 Nov 2017 01:59:31 +0000 (UTC) Date: Tue, 28 Nov 2017 01:59:32 +0000 To: "commits@beam.apache.org" Subject: [beam] 01/01: This closes #4074: [BEAM-3130] View.asMap() causes a ClassCastException in Apex runner MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jkff@apache.org In-Reply-To: <151183437100.11016.5233725608055078628@gitbox.apache.org> References: <151183437100.11016.5233725608055078628@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 0fe21b991401587cff9a40c422d1b244491a7c7b X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171128015931.76FB684A23@gitbox.apache.org> archived-at: Tue, 28 Nov 2017 01:59:34 -0000 This is an automated email from the ASF dual-hosted git repository. jkff pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git commit 0fe21b991401587cff9a40c422d1b244491a7c7b Merge: 4fde68b bc24ff5 Author: Eugene Kirpichov AuthorDate: Mon Nov 27 17:59:16 2017 -0800 This closes #4074: [BEAM-3130] View.asMap() causes a ClassCastException in Apex runner .../org/apache/beam/runners/apex/ApexRunner.java | 14 +- .../translation/utils/CoderAdapterStreamCodec.java | 6 + .../apex/translation/SideInputTranslationTest.java | 158 +++++++++++++++++++++ 3 files changed, 177 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact "commits@beam.apache.org" .