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 2019/01/08 10:33:27 UTC

[beam] branch master updated (109eeb8 -> e38f0b2)

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 109eeb8  Merge pull request #7303: Add Learning Resources page
     add bcccea1  [BEAM-6021] Serialize more core classes when using kryo's BeamSparkRunnerRegistrator
     add e38f0b2  Merge pull request #6998: [BEAM-6021] Serialize more core classes when using kryo's BeamSparkRunnerRegistrator

No new revisions were added by this update.

Summary of changes:
 .../spark/coders/BeamSparkRunnerRegistrator.java   |  37 ++++++-
 .../SparkGroupAlsoByWindowViaWindowSet.java        |   3 +-
 .../coders/BeamSparkRunnerRegistratorTest.java     | 109 +++++++++++++++++++++
 3 files changed, 147 insertions(+), 2 deletions(-)
 create mode 100644 runners/spark/src/test/java/org/apache/beam/runners/spark/coders/BeamSparkRunnerRegistratorTest.java