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:24 UTC

[beam] branch master updated (13933a0 -> b1e44e6)

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 13933a0  Merge pull request #6690: [BEAM-3727] Add tests for ImpulseSourceFunction
     add efdce7e  [BEAM-5649] Conditionally remove CREATE_VIEW from java generated protos.
     add 5990135  Explicitly use deprecated translation where needed.
     add 8601883  Revert "[BEAM-5528] Re-add CREATE_VIEW in portable Flink translators (#6523)"
     new b1e44e6  Merge pull request #6689 [BEAM-5649] Conditionally remove CREATE_VIEW

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)


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

Posted by ro...@apache.org.
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(-)