You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/08/20 04:38:29 UTC

[beam] branch nightly-refs/heads/master updated (d2f6058ace6 -> 44aea4bdeca)

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 d2f6058ace6 Updates validation on --dataflow_endpoint to accept any legal url. (#27959)
     add 0254cf093a1 Better manage transform service lifecycle for tests
     add 26b77723445 Merge pull request #28039: Better manage transform service lifecycle for tests
     add 44aea4bdeca Use apache-beam-testing.samples (#28064)

No new revisions were added by this update.

Summary of changes:
 .../groovy/org/apache/beam/gradle/BeamModulePlugin.groovy  | 13 ++++++++++++-
 .../apache/beam/examples/cookbook/BigQueryTornadoes.java   |  6 +++---
 .../org/apache/beam/examples/cookbook/FilterExamples.java  |  6 +++---
 .../org/apache/beam/examples/cookbook/JoinExamples.java    |  2 +-
 .../apache/beam/examples/cookbook/MaxPerKeyExamples.java   |  6 +++---
 .../beam/examples/cookbook/MinimalBigQueryTornadoes.java   |  4 ++--
 .../java/org/apache/beam/examples/snippets/Snippets.java   | 14 +++++++-------
 .../beam/examples/kotlin/cookbook/BigQueryTornadoes.kt     |  4 ++--
 .../apache/beam/examples/kotlin/cookbook/FilterExamples.kt |  4 ++--
 .../apache/beam/examples/kotlin/cookbook/JoinExamples.kt   |  2 +-
 .../beam/examples/kotlin/cookbook/MaxPerKeyExamples.kt     |  4 ++--
 .../org/apache/beam/examples/kotlin/snippets/Snippets.kt   | 14 +++++++-------
 .../io/big-query-io/read-table/description.md              |  2 +-
 .../io/big-query-io/read-table/java-example/Task.java      |  2 +-
 .../learning-content/io/rest-api/description.md            |  2 +-
 playground/backend/internal/fs_tool/ExampleData.scala      |  4 ++--
 sdks/go/examples/cookbook/filter/filter.go                 |  2 +-
 sdks/go/examples/cookbook/join/join.go                     |  2 +-
 sdks/go/examples/cookbook/max/max.go                       |  2 +-
 sdks/go/examples/cookbook/tornadoes/tornadoes.go           |  4 ++--
 .../src/main/java/org/apache/beam/sdk/io/package-info.java |  2 +-
 .../org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java    |  4 ++--
 .../beam/sdk/io/gcp/bigquery/BigQueryClusteringIT.java     |  2 +-
 .../gcp/bigquery/BigQueryTimePartitioningClusteringIT.java |  2 +-
 .../apache_beam/examples/cookbook/bigquery_tornadoes.py    |  2 +-
 sdks/python/apache_beam/examples/cookbook/filters.py       |  2 +-
 sdks/python/apache_beam/examples/snippets/snippets.py      |  6 +++---
 sdks/python/scripts/run_transform_service.sh               |  9 +++++++--
 28 files changed, 72 insertions(+), 56 deletions(-)