This is an automated email from the ASF dual-hosted git repository.
reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from d90b4e83017 Use vLLM extra to generate GPU requirements files (#36420)
add d46a0135966 Merge pull request #36425 from
reuvenlax/fix_reverse_f_issue
No new revisions were added by this update.
Summary of changes:
.../src/test/proto/proto3_schema_messages.proto | 47 +-
.../beam/sdk/io/gcp/bigquery/AppendClientInfo.java | 1 +
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 109 ++-
.../sdk/io/gcp/bigquery/BigQueryIOTranslation.java | 5 +-
.../beam/sdk/io/gcp/bigquery/BigQueryUtils.java | 47 +-
.../beam/sdk/io/gcp/bigquery/RowWriterFactory.java | 20 +-
.../StorageApiDynamicDestinationsBeamRow.java | 13 +-
...StorageApiDynamicDestinationsGenericRecord.java | 7 +-
.../StorageApiDynamicDestinationsProto.java | 19 +-
.../StorageApiDynamicDestinationsTableRow.java | 15 +-
.../bigquery/StorageApiWriteUnshardedRecords.java | 12 +-
.../io/gcp/bigquery/TableRowToStorageApiProto.java | 905 +++++++++++++++------
.../sdk/io/gcp/testing/FakeDatasetService.java | 7 +
.../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java | 544 ++++++++++++-
.../gcp/bigquery/TableRowToStorageApiProtoIT.java | 170 ++++
.../bigquery/TableRowToStorageApiProtoTest.java | 423 ++++++++--
16 files changed, 1896 insertions(+), 448 deletions(-)