GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/3265
Property names cleanup This also updates Dataflow worker to a version that doesn't depend on PropertyNames which are not used in Dataflow runner itself. So, from now on, if a PropertyNames entry is unused, it can be deleted (but renaming is still not safe). R: @kennknowles You can merge this pull request into a Git repository by running: $ git pull https://github.com/jkff/incubator-beam property-names-cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3265.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 #3265 ---- commit a073f36a26ef6f4fed1718c3143351bdb47b4aeb Author: Eugene Kirpichov <kirpic...@google.com> Date: 2017-05-26T23:11:20Z Removes unused PropertyNames commit d2693ec252317d168a6b5338c79617f4b6e6df6d Author: Eugene Kirpichov <kirpic...@google.com> Date: 2017-05-31T01:04:36Z Bumps dataflow container version to 0530 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---