You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/08/14 20:41:25 UTC

[beam] branch master updated (20b5112 -> 64449e8)

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

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


    from 20b5112  [BEAM-9547] Implement some methods for deferred Series. (#12534)
     new e593261  [BEAM-10670] Use fraction of remainder if consumed fraction is unknown
     new 32c2227  [BEAM-10670] Improve splitting logic to prefer splits upto the the desired number of splits and also remove check that isn't possible since the restriction could be done unknowingly with the last tryClaim call.
     new 874b9b7  [BEAM-10670] Fix passing forward the self-checkpoint from the UnboundedSource to respect the contract of tryClaim
     new 64449e8  Merge pull request #12548 from lukecwik/beam10670.3

The 28448 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:
 .../src/main/java/org/apache/beam/sdk/io/Read.java | 32 ++++++++++++++++------
 1 file changed, 24 insertions(+), 8 deletions(-)