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

[beam] branch master updated (deb72620e02 -> 0fbecde63b3)

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

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


    from deb72620e02 Merge pull request #22442 from chamikaramj/runinference_kv_support
     add 0fbecde63b3 Enable configuration to avoid successfully written Table Row propagation as part of WriteResult for StreamingInserts (#21813)

No new revisions were added by this update.

Summary of changes:
 .../sdk/io/gcp/bigquery/BatchedStreamingWrite.java | 40 +++++++++++++++++-----
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       | 19 +++++++++-
 .../beam/sdk/io/gcp/bigquery/StreamingInserts.java | 34 ++++++++++++++++++
 .../sdk/io/gcp/bigquery/StreamingWriteTables.java  | 37 ++++++++++++++++++--
 .../beam/sdk/io/gcp/bigquery/WriteResult.java      |  6 ++--
 .../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java   | 14 ++++++++
 6 files changed, 137 insertions(+), 13 deletions(-)