You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2020/05/22 04:07:42 UTC

[beam] branch master updated (7cc1a7d -> 93f605d)

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

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


    from 7cc1a7d  Merge pull request #11771: [BEAM-10052] check hash and avoid duplicated artifacts
     add 1095db0  [BEAM-9978] Adding functionality and tests to Go offset range tracker.
     new 93f605d  Merge pull request #11763: [BEAM-9978] Adding functionality and tests to Go offset range tracker.

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:
 sdks/go/examples/stringsplit/stringsplit.go        |  16 +-
 .../beam/io/rtrackers/offsetrange/offsetrange.go   |  63 ++++--
 .../io/rtrackers/offsetrange/offsetrange_test.go   | 212 +++++++++++++++++++++
 sdks/go/pkg/beam/io/synthetic/source.go            |  31 +--
 sdks/go/pkg/beam/io/synthetic/step.go              |  31 +--
 5 files changed, 276 insertions(+), 77 deletions(-)
 create mode 100644 sdks/go/pkg/beam/io/rtrackers/offsetrange/offsetrange_test.go


[beam] 01/01: Merge pull request #11763: [BEAM-9978] Adding functionality and tests to Go offset range tracker.

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

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

commit 93f605db3034cb0c814ec6baa474b718fbbcf47a
Merge: 7cc1a7d 1095db0
Author: Daniel Oliveira <da...@gmail.com>
AuthorDate: Thu May 21 21:07:16 2020 -0700

    Merge pull request #11763: [BEAM-9978] Adding functionality and tests to Go offset range tracker.

 sdks/go/examples/stringsplit/stringsplit.go        |  16 +-
 .../beam/io/rtrackers/offsetrange/offsetrange.go   |  63 ++++--
 .../io/rtrackers/offsetrange/offsetrange_test.go   | 212 +++++++++++++++++++++
 sdks/go/pkg/beam/io/synthetic/source.go            |  31 +--
 sdks/go/pkg/beam/io/synthetic/step.go              |  31 +--
 5 files changed, 276 insertions(+), 77 deletions(-)