This closes #2452: Rename FunctionSpec and UrnWithParameter to their (hopefully) final names
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0a176454 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0a176454 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0a176454 Branch: refs/heads/master Commit: 0a176454c3378118ea15609543752889ee5c89d0 Parents: 37e4cc1 fa47527 Author: Kenneth Knowles <[email protected]> Authored: Thu Apr 6 11:53:49 2017 -0700 Committer: Kenneth Knowles <[email protected]> Committed: Thu Apr 6 11:53:49 2017 -0700 ---------------------------------------------------------------------- .../src/main/proto/beam_runner_api.proto | 46 ++-- .../beam/sdk/util/WindowingStrategies.java | 18 +- sdks/python/apache_beam/coders/coders.py | 4 +- sdks/python/apache_beam/pipeline.py | 2 +- .../runners/api/beam_runner_api_pb2.py | 272 +++++++++---------- sdks/python/apache_beam/transforms/trigger.py | 12 +- sdks/python/apache_beam/transforms/window.py | 4 +- 7 files changed, 179 insertions(+), 179 deletions(-) ----------------------------------------------------------------------
