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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from d55cf588e58 Flink 2 support prerequisites (#37133)
     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 98999f5455d Update CONTRIBUTING.md (#37187)
     add 881bbaa0aac 
DynamicDestinationsHelper.ConstantTimePartitioningClusteringDestinations  is 
parsing per element json configuration for partitioning and clustering which is 
expensive. Cache the outcome of evaluation so it's done once. (#37014)
     add 511036ad997 Revise CHANGES.md for upcoming release (#37243)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   1 +
 CHANGES.md                                         |  40 +++++--
 CONTRIBUTING.md                                    |   7 +-
 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 ++-
 .../gcp/bigquery/DynamicDestinationsHelpers.java   |  47 ++++++--
 .../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 +-
 22 files changed, 550 insertions(+), 86 deletions(-)

Reply via email to