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 f5ed5862bd9 Add histogram parsing in runner v2 (#34017)
     add 79f97dfd9ab Update SpannerSchema to support postgres tokenlist (#34043)
     add cf3c39c0ec5 Create webapi README.md (#33931)
     add 5ca14c183b0 fix side-input existence deadline (#34046)
     add 0f67c759411 sdks/go: require type registrations in Native BigQuery IO 
(#33988)
     add 22f2fbec6be Fix Spotless PreCommit (#34048)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/beam_PreCommit_Spotless.yml      |  1 +
 build.gradle.kts                                   |  4 +-
 .../java/webapis/README.md                         |  3 +-
 .../direct/StatefulParDoEvaluatorFactoryTest.java  |  3 +-
 .../runners/dataflow/DataflowPipelineJobTest.java  |  2 +-
 .../runners/dataflow/TestDataflowRunnerTest.java   |  2 +-
 .../streaming/sideinput/SideInputStateFetcher.java | 11 ++-
 .../worker/PartialGroupByKeyParDoFnsTest.java      | 12 ++-
 .../worker/StreamingDataflowWorkerTest.java        |  2 +-
 .../environment/DockerEnvironmentFactory.java      |  6 +-
 sdks/go/pkg/beam/io/bigqueryio/bigquery.go         | 17 ++++
 sdks/go/pkg/beam/io/bigqueryio/bigquery_test.go    | 72 +++++++++++++++++
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       | 16 +---
 .../beam/sdk/io/gcp/spanner/SpannerSchema.java     | 92 +++++++++-------------
 .../beam/sdk/io/gcp/spanner/SpannerSchemaTest.java |  6 +-
 .../org/apache/beam/sdk/io/jdbc/JdbcIOTest.java    |  2 +-
 16 files changed, 165 insertions(+), 86 deletions(-)
 copy sdks/python/apache_beam/yaml/yaml_combine.md => 
examples/java/webapis/README.md (86%)

Reply via email to