[ https://issues.apache.org/jira/browse/BEAM-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409945#comment-15409945 ]
ASF GitHub Bot commented on BEAM-498: ------------------------------------- GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/797 [BEAM-498] Port more easy cases to new DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the PR title is formatted like: `[BEAM-<Jira issue #>] 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). - [x] Replace `<Jira issue #>` in the title with the actual Jira issue number, if there is one. - [x] 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/kennknowles/incubator-beam port-more-DoFn Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/797.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 #797 ---- commit c5a2593f9b91fa2fbb53f933857f7d3ca61a795e Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T18:46:53Z Port Filter to the new DoFn commit 6587a222e196fd6787a0add46f84d3e450d01140 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T18:47:23Z Port Reshuffle to new DoFn commit bd10c123cf4115959d19d7a64a9ba39413b4160a Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T18:47:57Z Port Window transform to new DoFn commit 2383a1bec774cd449a3a2eabd7575b7758111d14 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T18:49:37Z Port Write to new DoFn commit bb6a1e3215496fb1014f2952f88757e2abcf6ad0 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T18:54:57Z Remove references to OldDoFn from DoFnTest commit 0669e746641112a091c5e7c5aaabd6e6499f3710 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:07:28Z Port ViewTest to new DoFn commit 1afe9d1406b320ef55005cb1e2f059d00a16fe11 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:11:11Z Port most of Combine to new DoFn commit 813d68c5463a2081c8081b878625304004772c8b Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:12:12Z Port Java 8 tests to new DoFn commit 148af203cb724c9a4a48937f472b6f5380996d0a Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:17:20Z Port Flink integration tests to new DoFn commit 23848bc1667b0f83489717e4d92144e328c5b214 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:24:24Z Port Flink fork of examples to new DoFn commit 6cec56c765bfb34b6a5451957c75e1f4ed3b8635 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:26:53Z Port BigQueryIO to new DoFn commit c9ccd31648405f57a0696642205dcda7fd4c4d25 Author: Kenneth Knowles <k...@google.com> Date: 2016-08-05T19:31:07Z Port various Spark runner tests to new DoFn ---- > Make DoFnWithContext the new DoFn > --------------------------------- > > Key: BEAM-498 > URL: https://issues.apache.org/jira/browse/BEAM-498 > Project: Beam > Issue Type: New Feature > Components: sdk-java-core > Reporter: Kenneth Knowles > Assignee: Kenneth Knowles > -- This message was sent by Atlassian JIRA (v6.3.4#6332)