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/10/23 22:33:04 UTC

[beam] branch master updated (666094a -> ec1d917)

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 666094a  Merge pull request #13131 from robinyqiu/release-blog
     add e575bd7  [BEAM-11108] Add a Size method to all Go SDK filesystems.
     add ec1d917  Merge pull request #13174: [BEAM-11108] Add a Size method to all Go SDK filesystems.

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/io/filesystem/filesystem.go        |  2 ++
 sdks/go/pkg/beam/io/filesystem/gcs/gcs.go           | 15 +++++++++++++++
 sdks/go/pkg/beam/io/filesystem/local/local.go       | 20 ++++++++++++++++----
 sdks/go/pkg/beam/io/filesystem/memfs/memory.go      | 18 ++++++++++++++----
 sdks/go/pkg/beam/io/filesystem/memfs/memory_test.go | 20 ++++++++++++++++++++
 5 files changed, 67 insertions(+), 8 deletions(-)