You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2022/05/08 22:19:11 UTC

[beam] 01/01: Merge pull request #17581: [BEAM-14436] Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS files

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

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

commit d13e86b3f503e34df863f32a3c0611d6e13a4a64
Merge: 70b7567de56 9f09edcb648
Author: Chamikara Jayalath <ch...@gmail.com>
AuthorDate: Sun May 8 15:18:59 2022 -0700

    Merge pull request #17581: [BEAM-14436] Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS files

 .../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(-)