This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/google.golang.org/api-0.259.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 1f096b4cdde Bump google.golang.org/api from 0.257.0 to 0.259.0 in /sdks
add 9d2abcfa2ba Bump numpy versions (#37238)
add 4777bef1268 Add nanosecond timestamp support for Storage write when
writing GenericRecords and Beam Rows (#37235)
add 8a9011382e5 Moving to 2.72.0-SNAPSHOT on master branch.
add 3c3e2024d98 add some debug checks in test case and remove an extra
line (#37237)
add dec53d04247 Bump google.golang.org/api from 0.257.0 to 0.259.0 in /sdks
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1f096b4cdde)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/google.golang.org/api-0.259.0
(dec53d04247)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
gradle.properties | 4 +-
scripts/beam-sql.sh | 2 +-
sdks/go/pkg/beam/core/core.go | 2 +-
.../AvroGenericRecordToStorageApiProto.java | 104 +++++++++++++-----
.../io/gcp/bigquery/BeamRowToStorageApiProto.java | 49 ++++++++-
.../sdk/io/gcp/bigquery/BigQueryAvroUtils.java | 2 +-
.../beam/sdk/io/gcp/bigquery/BigQueryUtils.java | 12 ++-
.../AvroGenericRecordToStorageApiProtoTest.java | 120 +++++++++++++++++++++
.../gcp/bigquery/BeamRowToStorageApiProtoTest.java | 62 ++++++++++-
.../sdk/io/gcp/bigquery/BigQueryAvroUtilsTest.java | 3 +-
.../io/gcp/bigquery/BigQueryTimestampPicosIT.java | 112 +++++++++++++++++++
.../sdk/io/gcp/bigquery/BigQueryUtilsTest.java | 48 ++++++---
sdks/python/apache_beam/dataframe/io.py | 1 -
sdks/python/apache_beam/version.py | 2 +-
.../python/apache_beam/yaml/yaml_transform_test.py | 12 ++-
sdks/python/pyproject.toml | 2 +-
sdks/python/setup.py | 2 +-
sdks/typescript/package.json | 2 +-
19 files changed, 481 insertions(+), 61 deletions(-)