You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/28 22:34:23 UTC

[beam] branch spark-cache-stage updated (4cb97fb -> 1b17e1f)

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

goenka pushed a change to branch spark-cache-stage
in repository https://gitbox.apache.org/repos/asf/beam.git.


 discard 4cb97fb  Merge pull request #8558 [BEAM-7131] Spark: cache output to prevent re-computation
    omit d71021b  Merge pull request #8704 from apache/sl4j-jdk14
    omit 33d53bc  Merge pull request #8702 from chamikaramj/cherrypick_pr_8661_2
    omit 610a00b  [BEAM-6380] Allow rewinding PipeStream
     add 5bc0548  [BEAM-7131] cache executable stage output to prevent re-computation
     add 920b479  Spark portable runner: cache all re-used RDDs by default
     add 1b17e1f  refactor to use pushDataset everywhere

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   (4cb97fb)
            \
             N -- N -- N   refs/heads/spark-cache-stage (1b17e1f)

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:
 sdks/python/apache_beam/io/filesystemio.py      | 33 ++++------------
 sdks/python/apache_beam/io/filesystemio_test.py | 51 +++++--------------------
 2 files changed, 18 insertions(+), 66 deletions(-)