You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2022/07/26 01:21:46 UTC

[beam] branch master updated (01fa485b31b -> ac7bb2bb95a)

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

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


    from 01fa485b31b LoadTestsBuilder: Disallow whitespace in option values (#22437)
     add e032c1626b2 Fix overly aggressive null check in RowWriterFactory
     new ac7bb2bb95a Merge pull request #22289: Fix overly aggressive null check in RowWriterFactory

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:
 .../java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java   |  8 ++++----
 .../org/apache/beam/sdk/io/gcp/bigquery/RowWriterFactory.java  | 10 ++++------
 2 files changed, 8 insertions(+), 10 deletions(-)


[beam] 01/01: Merge pull request #22289: Fix overly aggressive null check in RowWriterFactory

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ac7bb2bb95a6a47cbcf0bbe30d04eb46c2e8b9a8
Merge: 01fa485b31b e032c1626b2
Author: Kenneth Knowles <ke...@apache.org>
AuthorDate: Mon Jul 25 18:21:40 2022 -0700

    Merge pull request #22289: Fix overly aggressive null check in RowWriterFactory

 .../java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java   |  8 ++++----
 .../org/apache/beam/sdk/io/gcp/bigquery/RowWriterFactory.java  | 10 ++++------
 2 files changed, 8 insertions(+), 10 deletions(-)