You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2019/11/15 23:49:13 UTC

[beam] branch master updated (ec3515a -> 7beb9ee)

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from ec3515a  Merge pull request #10069 Separate pydocs generation from py2 precommit tests.
     add 7beb9ee  Merge pull request #10117 [BEAM-8335] Add service and tagged output capabilities to TestStream

No new revisions were added by this update.

Summary of changes:
 {sdks/java/javadoc => model/interactive}/OWNERS    |  2 +-
 model/{fn-execution => interactive}/build.gradle   |  8 +--
 .../src/main/proto/beam_interactive_api.proto      | 59 ++++++++++++++++++++++
 .../pipeline/src/main/proto/beam_runner_api.proto  | 34 +++++++++++++
 sdks/python/gen_protos.py                          |  1 +
 5 files changed, 99 insertions(+), 5 deletions(-)
 copy {sdks/java/javadoc => model/interactive}/OWNERS (86%)
 copy model/{fn-execution => interactive}/build.gradle (81%)
 create mode 100644 model/interactive/src/main/proto/beam_interactive_api.proto