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 1FD8C200B78 for ; Fri, 19 Aug 2016 02:57:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1E836160AB7; Fri, 19 Aug 2016 00:57:04 +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 6596D160AAE for ; Fri, 19 Aug 2016 02:57:03 +0200 (CEST) Received: (qmail 11564 invoked by uid 500); 19 Aug 2016 00:57:02 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 11555 invoked by uid 99); 19 Aug 2016 00:57:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2016 00:57:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 941E9C041B for ; Fri, 19 Aug 2016 00:57:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id KqGT3FLo473C for ; Fri, 19 Aug 2016 00:56:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 3F90D5F3F5 for ; Fri, 19 Aug 2016 00:56:59 +0000 (UTC) Received: (qmail 11526 invoked by uid 99); 19 Aug 2016 00:56:58 -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, 19 Aug 2016 00:56:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5EE5CE0252; Fri, 19 Aug 2016 00:56:58 +0000 (UTC) From: sammcveety To: commits@beam.incubator.apache.org Reply-To: commits@beam.incubator.apache.org Message-ID: Subject: [GitHub] incubator-beam pull request #852: Correctly type collections in PipelineOpti... Content-Type: text/plain Date: Fri, 19 Aug 2016 00:56:58 +0000 (UTC) archived-at: Fri, 19 Aug 2016 00:57:04 -0000 GitHub user sammcveety opened a pull request: https://github.com/apache/incubator-beam/pull/852 Correctly type collections in PipelineOptions. @bjchambers @lukecwik I would expect this to work, but the cast to ParameterizedType fails. Luke, were you suggesting something else? You can merge this pull request into a Git repository by running: $ git pull https://github.com/sammcveety/incubator-beam sgmc/fix_generic Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/852.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 #852 ---- commit bbb8e5a704564b989c8a19941b610e14c685e3c5 Author: sammcveety Date: 2016-08-19T00:49:05Z Correctly type collections in PipelineOptions. commit 9dc397915d2055b8be89abb92ccb2c8c7872a294 Author: sammcveety Date: 2016-08-19T00:53:29Z Minor fix. commit 77c77f0010142c65f896aa4a431bd50ab7e45f96 Author: sammcveety Date: 2016-08-19T00:54:16Z Minor fix. ---- --- 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. ---