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:10 UTC

[beam] branch master updated (70b7567de56 -> d13e86b3f50)

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

chamikara pushed a change to branch 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
     new d13e86b3f50 Merge pull request #17581: [BEAM-14436] Adds code reviewers for GCP I/O connectors and KafkaIO to Beam OWNERS files

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:
 .../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%)


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

Posted by ch...@apache.org.
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(-)