You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jr...@apache.org on 2023/04/11 18:43:31 UTC

[beam] branch master updated (78957dfe885 -> 66c030ba6cb)

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

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


    from 78957dfe885 Go SDK: GCS FS supports rename, improved test coverage. Local FS supports Copy (#26065)
     add 66c030ba6cb fix: Fix BigtableIO to share one BigtableService per worker and increase default attempt timeout (#26205)

No new revisions were added by this update.

Summary of changes:
 .../io/gcp/bigtable/BigtableConfigTranslator.java  |  19 +--
 .../beam/sdk/io/gcp/bigtable/BigtableIO.java       |  22 ++-
 .../io/gcp/bigtable/BigtableServiceFactory.java    | 160 +++++++++++----------
 .../sdk/io/gcp/bigtable/BigtableServiceImpl.java   |   6 +
 .../beam/sdk/io/gcp/bigtable/BigtableIOTest.java   |  22 ++-
 5 files changed, 119 insertions(+), 110 deletions(-)