This is an automated email from the ASF dual-hosted git repository.
shunping pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from b6878702484 Fix flaky tests caused by secret overlap (#36526)
add 96e79cba3a6 Concat protos in BQStorageWriteAPI - solve edge cases
during mering of nested repeated fields (#34436)
No new revisions were added by this update.
Summary of changes:
.../beam/sdk/io/gcp/bigquery/AppendClientInfo.java | 12 ++
.../sdk/io/gcp/bigquery/SplittingIterable.java | 19 +--
.../bigquery/StorageApiWriteUnshardedRecords.java | 9 +-
.../bigquery/StorageApiWritesShardedRecords.java | 4 +-
.../io/gcp/bigquery/TableRowToStorageApiProto.java | 154 +++++++++++++++++++++
.../bigquery/TableRowToStorageApiProtoTest.java | 138 ++++++++++++++++++
6 files changed, 317 insertions(+), 19 deletions(-)