This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 668c6a38f37 (IcebergIO) bugfix: propagate config properties to
RecordWriter (#39250)
add 3d9dbfefc29 Bump google.golang.org/api from 0.287.1 to 0.288.0 in
/sdks (#39275)
add db27f6bf856 Bump cloud.google.com/go/bigquery from 1.77.0 to 1.78.0 in
/sdks (#39277)
add 3e7885d6125 Bump github.com/johannesboyne/gofakes3 in /sdks (#39276)
add 7d682e210f9 Bump httplib2 upper bound to `<1.0.0` (#39280)
add 2c92949b6a0 pass --add-opens to Spark PVR test JVM on Java 21 (#39278)
add 89cc292fc18 Fix Flink runner tests on Java 21 (#39272)
add 63aecf2dc67 Add JVM arguments to fix hadoop-format tests on JDK 17+
(#39283)
add 1081d592dcb Remove previous workarounds for when `super()` could not
be pickled on Py3 (#39187)
add a3de8e1aa30 Remove redundant argument (#39289)
add cccb6494667 Fix Community Metrics Prober job (#39290)
No new revisions were added by this update.
Summary of changes:
.../beam_PostCommit_Java_PVR_Spark3_Streaming.json | 2 +-
.github/trigger_files/beam_PreCommit_Java.json | 2 +-
.../beam_PostCommit_Java_Jpms_Dataflow.yml | 1 -
.../metrics/src/test/groovy/ProberTests.groovy | 8 ++--
runners/flink/flink_runner.gradle | 17 ++++++++
.../beam/runners/flink/FlinkSubmissionTest.java | 51 +++++++++++++++++-----
.../streaming/io/UnboundedSourceWrapperTest.java | 14 ++++--
runners/spark/job-server/spark_job_server.gradle | 7 +++
sdks/go.mod | 7 ++-
sdks/go.sum | 30 +++++--------
sdks/java/io/hadoop-format/build.gradle | 21 +++++++++
.../apache_beam/examples/complete/autocomplete.py | 5 +--
.../examples/complete/game/game_stats.py | 14 +++---
.../examples/complete/game/hourly_team_score.py | 19 +++-----
.../examples/complete/game/leader_board.py | 24 ++++------
.../examples/complete/game/user_score.py | 9 ++--
.../examples/complete/top_wikipedia_sessions.py | 5 +--
.../examples/cookbook/bigtableio_it_test.py | 4 +-
.../apache_beam/examples/wordcount_debugging.py | 4 +-
.../apache_beam/examples/wordcount_with_metrics.py | 4 +-
sdks/python/setup.py | 2 +-
21 files changed, 146 insertions(+), 104 deletions(-)