You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/05/09 04:01:24 UTC

[beam] branch nightly-refs/heads/master updated (70b7567de56 -> d13e86b3f50)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 70b7567de56 Merge pull request #17482 from ihji/BEAM-14374
     add 9f09edcb648 Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS files
     add d13e86b3f50 Merge pull request #17581: [BEAM-14436] Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS files

No new revisions were added by this update.

Summary of changes:
 .../extensions/google-cloud-platform-core/OWNERS   |  3 ++
 .../sdk/extensions/gcp/storage/GcsFileSystem.java  | 11 +++++++-
 sdks/java/io/google-cloud-platform/OWNERS          | 33 +++++++++++++++++++++-
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       |  7 +++++
 .../beam/sdk/io/gcp/bigtable/BigtableIO.java       |  7 +++++
 .../beam/sdk/io/gcp/datastore/DatastoreV1.java     |  5 ++++
 .../apache/beam/sdk/io/gcp/healthcare/FhirIO.java  |  7 +++++
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java    |  7 +++++
 .../beam/sdk/io/gcp/pubsublite/PubsubLiteIO.java   |  7 +++++
 .../apache/beam/sdk/io/gcp/spanner/SpannerIO.java  |  7 +++++
 .../google-cloud-platform-core => io/kafka}/OWNERS |  4 ++-
 .../java/org/apache/beam/sdk/io/kafka/KafkaIO.java |  6 ++++
 sdks/python/OWNERS                                 | 11 ++++++--
 sdks/python/apache_beam/io/gcp/bigquery.py         |  6 ++++
 .../io/gcp/datastore/v1new/datastoreio.py          |  6 ++++
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py    |  9 +++++-
 sdks/python/apache_beam/io/gcp/gcsio.py            |  6 ++++
 sdks/python/apache_beam/io/gcp/pubsub.py           |  6 ++++
 18 files changed, 142 insertions(+), 6 deletions(-)
 copy sdks/java/{extensions/google-cloud-platform-core => io/kafka}/OWNERS (74%)