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 D071B200C65 for ; Sat, 15 Apr 2017 00:36:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CEFB2160BA3; Fri, 14 Apr 2017 22:36:25 +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 4A31E160B8C for ; Sat, 15 Apr 2017 00:36:25 +0200 (CEST) Received: (qmail 19820 invoked by uid 500); 14 Apr 2017 22:36:24 -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 19811 invoked by uid 99); 14 Apr 2017 22:36:24 -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; Fri, 14 Apr 2017 22:36:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 53B82DFDAC; Fri, 14 Apr 2017 22:36:24 +0000 (UTC) From: aaltay To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #2545: [BEAM-802] Python templates Content-Type: text/plain Date: Fri, 14 Apr 2017 22:36:24 +0000 (UTC) archived-at: Fri, 14 Apr 2017 22:36:26 -0000 GitHub user aaltay opened a pull request: https://github.com/apache/beam/pull/2545 [BEAM-802] Python templates Re-reverts the python templates. First two commits are clean reverts of the original commits. The last commit: - Removes the concept of options id. (Except for a few places marked with TODO. Dataflow workers depend on those paths for now, I will remove them in a follow up PR.) You can merge this pull request into a Git repository by running: $ git pull https://github.com/aaltay/beam templ Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2545.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 #2545 ---- commit 7a94697a57279b55f7c46bb74f7c4f9812900e62 Author: Ahmet Altay Date: 2017-04-14T21:55:25Z Revert "Revert "Revert "Revert "Add ValueProvider class for FileBasedSource I/O Transforms"""" This reverts commit 0f5c36398aa321d25b3a045cedc29203d75956f7. commit b7aee2d15cdc98c38a8de8ed4f5a23c42af4542d Author: Ahmet Altay Date: 2017-04-14T21:55:50Z Revert "Revert "Throw specialized exception in value providers"" This reverts commit 4854291fe38df7b624446311956d0ae0677f6b8c. commit 2b064906e07a89e0d4b031b8f14ba8fa7009249d Author: Ahmet Altay Date: 2017-04-14T22:33:39Z Remove options_id concept from templated runs. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---