You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ec...@apache.org on 2019/11/08 14:40:06 UTC

[beam] branch spark-runner_structured-streaming updated (2b3e99f -> eae506b)

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

echauchot pushed a change to branch spark-runner_structured-streaming
in repository https://gitbox.apache.org/repos/asf/beam.git.


    omit 2b3e99f  [BEAM-8470] Fix wrong expected results in CombineTest.testBinaryCombineWithSlidingWindows
    omit 2883d6f  [BEAM-8470] Fix tests: use correct SparkStructuredStreamingPipelineOptions, set testMode to true. Some renaming
    omit 9c41f65  [BEAM-8470] Add a test to test combine translation on binaryCombineFn with sliding windows
    omit 1768142  Revert "[temp] debug pardo print input and output in both spark runners and put spark in debug mode"
     add 6826025  [BEAM-8470] Add a test to test combine translation on binaryCombineFn with sliding windows
     add ef0e870  [BEAM-8470] Fix tests: use correct SparkStructuredStreamingPipelineOptions, set testMode to true. Some renaming
     add eae506b  [BEAM-8470] Fix wrong expected results in CombineTest.testBinaryCombineWithSlidingWindows

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2b3e99f)
            \
             N -- N -- N   refs/heads/spark-runner_structured-streaming (eae506b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../translation/batch/ParDoTranslatorBatch.java    | 43 ++++++++++++++++++++--
 .../spark/translation/TransformTranslator.java     | 21 ++++++++++-
 .../StructuredStreamingPipelineStateTest.java      |  2 -
 .../nexmark/src/main/resources/log4j.properties    |  2 +-
 4 files changed, 60 insertions(+), 8 deletions(-)