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 4CBB3200BF0 for ; Fri, 30 Dec 2016 23:43:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4BB23160B32; Fri, 30 Dec 2016 22:43:03 +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 9250A160B19 for ; Fri, 30 Dec 2016 23:43:02 +0100 (CET) Received: (qmail 83528 invoked by uid 500); 30 Dec 2016 22:43:01 -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 83519 invoked by uid 99); 30 Dec 2016 22:43:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2016 22:43:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 47B901A05E3 for ; Fri, 30 Dec 2016 22:43:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 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=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NhQ721wlzZk4 for ; Fri, 30 Dec 2016 22:43:00 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 96B0F5FC37 for ; Fri, 30 Dec 2016 22:42:59 +0000 (UTC) Received: (qmail 82863 invoked by uid 99); 30 Dec 2016 22:42:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2016 22:42:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 96FCB2C2A69 for ; Fri, 30 Dec 2016 22:42:58 +0000 (UTC) Date: Fri, 30 Dec 2016 22:42:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-1232) Fix py-sdk comments to be up-to-date and valid MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 30 Dec 2016 22:43:03 -0000 [ https://issues.apache.org/jira/browse/BEAM-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15788481#comment-15788481 ] ASF GitHub Bot commented on BEAM-1232: -------------------------------------- GitHub user yk5 opened a pull request: https://github.com/apache/beam/pull/1722 [BEAM-1232] fixed comments to refer ptransform.expand() instead of apply() Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted like: `[BEAM-] Description of pull request` - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [ ] Replace `` in the title with the actual Jira issue number, if there is one. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/yk5/incubator-beam fixcomments Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/1722.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 #1722 ---- commit 33afbb2e59ae71cad6cbd47dba9ed980db88b113 Author: Younghee Kwon Date: 2016-12-30T22:32:58Z Updated ptransform.apply() to ptransform.expand() in the comments. ---- > Fix py-sdk comments to be up-to-date and valid > ----------------------------------------------- > > Key: BEAM-1232 > URL: https://issues.apache.org/jira/browse/BEAM-1232 > Project: Beam > Issue Type: Bug > Components: sdk-py > Reporter: Younghee Kwon > Assignee: Ahmet Altay > Priority: Minor > > Some function/class comments in sdk-py are invalid or outdated, e.g. using deprecated function names, so that needs updates. -- This message was sent by Atlassian JIRA (v6.3.4#6332)