You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2018/11/06 22:02:43 UTC

[beam] branch master updated (b8aa848 -> da4ddd1)

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

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


    from b8aa848  Merge pull request #6934: [BEAM-5817] Unify Nexmark SQL and non-SQL paths
     add a4d6df6  [BEAM-5987] Fix Spark SideInputReader performance.
     new da4ddd1  Merge pull request #6960: [BEAM-5987] Fix Spark SideInputReader performance

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:
 .../spark/translation/MultiDoFnFunction.java       |   3 +-
 .../runners/spark/util/CachedSideInputReader.java  | 103 +++++++++++++++++++++
 2 files changed, 105 insertions(+), 1 deletion(-)
 create mode 100644 runners/spark/src/main/java/org/apache/beam/runners/spark/util/CachedSideInputReader.java


[beam] 01/01: Merge pull request #6960: [BEAM-5987] Fix Spark SideInputReader performance

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit da4ddd161920f3d34872aecf61bb60ceb17fa70a
Merge: b8aa848 a4d6df6
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Tue Nov 6 23:02:31 2018 +0100

    Merge pull request #6960: [BEAM-5987] Fix Spark SideInputReader performance

 .../spark/translation/MultiDoFnFunction.java       |   3 +-
 .../runners/spark/util/CachedSideInputReader.java  | 103 +++++++++++++++++++++
 2 files changed, 105 insertions(+), 1 deletion(-)