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 61FBE200C29 for ; Tue, 14 Feb 2017 00:17:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 606E7160B6F; Mon, 13 Feb 2017 23:17:31 +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 CF701160B6C for ; Tue, 14 Feb 2017 00:17:30 +0100 (CET) Received: (qmail 33062 invoked by uid 500); 13 Feb 2017 23:17:30 -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 33042 invoked by uid 99); 13 Feb 2017 23:17:29 -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, 13 Feb 2017 23:17:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5459DFCDD; Mon, 13 Feb 2017 23:17:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhalperi@apache.org To: commits@beam.apache.org Date: Mon, 13 Feb 2017 23:17:30 -0000 Message-Id: <531879b3a711483ebb1ad2914e93ff85@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] beam git commit: This closes #1984 archived-at: Mon, 13 Feb 2017 23:17:31 -0000 This closes #1984 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b67bd111 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b67bd111 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b67bd111 Branch: refs/heads/master Commit: b67bd111e86e5e4f57fb8f1eddc790d7399209b2 Parents: a628ce3 ac7c471 Author: Dan Halperin Authored: Mon Feb 13 15:17:24 2017 -0800 Committer: Dan Halperin Committed: Mon Feb 13 15:17:24 2017 -0800 ---------------------------------------------------------------------- .../org/apache/beam/fn/v1/standard_coders.yaml | 10 +++++++ .../transforms/windowing/IntervalWindow.java | 15 ++++++---- .../org/apache/beam/sdk/util/CoderUtils.java | 2 ++ .../apache/beam/sdk/coders/CommonCoderTest.java | 31 ++++++++++++++++++++ sdks/python/apache_beam/coders/coder_impl.py | 31 +++++++++++++++++++- sdks/python/apache_beam/coders/coders.py | 15 ++++++++++ .../apache_beam/coders/coders_test_common.py | 9 +++++- sdks/python/apache_beam/coders/slow_stream.py | 6 ++++ .../apache_beam/coders/standard_coders_test.py | 11 +++++-- .../apache_beam/tests/data/standard_coders.yaml | 10 +++++++ 10 files changed, 130 insertions(+), 10 deletions(-) ----------------------------------------------------------------------