Repository: beam Updated Branches: refs/heads/master c8dfb851c -> 16736a6b6
Make access_pattern a URN with params. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a0dcd3f9 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a0dcd3f9 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a0dcd3f9 Branch: refs/heads/master Commit: a0dcd3f97f48cdca02bae4c371e4e143d00fdba1 Parents: c8dfb85 Author: Robert Bradshaw <[email protected]> Authored: Fri Feb 24 15:53:39 2017 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Mon Feb 27 17:46:00 2017 -0800 ---------------------------------------------------------------------- sdks/common/runner-api/src/main/proto/beam_runner_api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a0dcd3f9/sdks/common/runner-api/src/main/proto/beam_runner_api.proto ---------------------------------------------------------------------- diff --git a/sdks/common/runner-api/src/main/proto/beam_runner_api.proto b/sdks/common/runner-api/src/main/proto/beam_runner_api.proto index 989e4bb..ad6d0cb 100644 --- a/sdks/common/runner-api/src/main/proto/beam_runner_api.proto +++ b/sdks/common/runner-api/src/main/proto/beam_runner_api.proto @@ -591,7 +591,7 @@ message SideInput { // The only access pattern intended for Beam, because of its superior // performance possibilities, is "urn:beam:sideinput:multimap" (or some such // URN) - string access_pattern = 3; + UrnWithParameter access_pattern = 3; // (Required) The pipeline-scoped id for the FunctionSpec of the UDF that // adapts a particular access_pattern to a user-facing view type.
