You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ar...@apache.org on 2019/03/21 13:31:01 UTC

[beam] branch spark-runner_structured-streaming updated (a4483c6 -> e5921c5)

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

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


    from a4483c6  Don't use Reshuffle translation
     new 319f360  Added using CachedSideInputReader
     new e5921c5  Added TODO comment for ReshuffleTranslatorBatch

The 19447 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:
 .../translation/batch/DoFnFunction.java            |  3 +-
 .../batch/ReshuffleTranslatorBatch.java            |  1 +
 .../translation/utils}/CachedSideInputReader.java  | 76 +++++++++-----------
 .../translation/utils/SideInputStorage.java}       | 82 +++++++++++-----------
 .../translation/{ => utils}/package-info.java      |  4 +-
 5 files changed, 78 insertions(+), 88 deletions(-)
 copy runners/{spark/src/main/java/org/apache/beam/runners/spark/util => spark-structured-streaming/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/utils}/CachedSideInputReader.java (59%)
 copy runners/{spark/src/main/java/org/apache/beam/runners/spark/util/CachedSideInputReader.java => spark-structured-streaming/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/utils/SideInputStorage.java} (54%)
 copy runners/spark-structured-streaming/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/{ => utils}/package-info.java (91%)