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 2018/10/15 15:08:25 UTC

[beam] 01/01: Merge pull request #6689 [BEAM-5649] Conditionally remove CREATE_VIEW

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

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

commit b1e44e68664ba762ae21ba1de2ef617076227fe7
Merge: 13933a0 8601883
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Mon Oct 15 17:08:17 2018 +0200

    Merge pull request #6689 [BEAM-5649] Conditionally remove CREATE_VIEW
    
    [BEAM-5649] Conditionally remove CREATE_VIEW from java generated protos.

 .../core/construction/PipelineTranslation.java     | 93 +++++++++++++++++++++-
 .../core/construction/PipelineTranslationTest.java | 25 ++++--
 .../FlinkBatchPortablePipelineTranslator.java      |  7 --
 .../FlinkStreamingPortablePipelineTranslator.java  |  6 --
 .../dataflow/DataflowPipelineTranslator.java       |  2 +-
 .../beam/fn/harness/FnApiDoFnRunnerTest.java       |  4 +-
 6 files changed, 115 insertions(+), 22 deletions(-)