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 5a9a1bc Moving to 2.38.0-SNAPSHOT on master branch.
add 8b213c6 [BEAM-11095] Better error handling for iter/reiter/multimap
(#16794)
add fee1528 Minor: Add 2.38.0 section to CHANGES.md (#16804)
add bcd3913 BEAM-13159 Update embedded-redis dependency
add 93d7bc9 address comments
add 0e057fd Merge pull request #16798: [BEAM-13159] Update embedded-redis
dependency
add 0dd125a Fixing the log line to properly handle a large allowed skew.
add 4f33325 Merge pull request #16317: Fix allowedSkew log line to
properly print large skews
add 286e7b6 [BEAM-12000] Fix typo in portable Python job definition
(#16812)
add c048ae5 [BEAM-12672] Retry flaky tests
add 841a355 [BEAM-12672] Fix spotlessApply
add a0c705b Merge pull request #16253 from benWize/BEAM-12672
add f5bd230 [BEAM-12164]: Fixes SpannerChangeStreamIT (#16806)
add 3c0e277 [BEAM-12572] Fix failures in python examples tests (#16781)
add 693525a [BEAM-13921] filter out debeziumIO test for spark runner
(#16815)
add 52e4f3e [BEAM-13855] Skip SpannerChangeStreamOrderedWithinKeyIT and
SpannerChangeStreamIT(#16799)
add 1c6bbd0 [BEAM-13679] playground - move quick start category to the
top (#16808)
add cf2b268 Update license_script.sh (#16789)
add 419c03c [BEAM-13908] [Coverage] Better testing coverage for gcpopts
(#16816)
No new revisions were added by this update.
Summary of changes:
.test-infra/jenkins/job_PreCommit_Java.groovy | 7 +-
.../jenkins/job_PreCommit_Portable_Python.groovy | 2 +-
.test-infra/jenkins/job_PreCommit_Python.groovy | 9 +-
CHANGES.md | 33 +++++++-
buildSrc/build.gradle.kts | 1 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 17 ++++
playground/frontend/lib/constants/params.dart | 2 +
.../modules/examples/models/category_model.dart | 7 ++
.../apache/beam/runners/core/SimpleDoFnRunner.java | 17 ++--
runners/google-cloud-dataflow-java/build.gradle | 2 +
sdks/go/pkg/beam/core/funcx/fn.go | 10 ++-
sdks/go/pkg/beam/core/funcx/fn_test.go | 15 ++++
sdks/go/pkg/beam/core/funcx/sideinput.go | 95 ++++++++++++++++++----
sdks/go/pkg/beam/options/gcpopts/options_test.go | 25 +++++-
sdks/go/test/integration/integration.go | 2 +
.../container/license_scripts/license_script.sh | 6 +-
.../org/apache/beam/sdk/transforms/ParDoTest.java | 41 +++++++++-
.../apache/beam/fn/harness/FnApiDoFnRunner.java | 13 ++-
.../changestreams/it/SpannerChangeStreamIT.java | 65 +++++++++------
sdks/java/io/redis/build.gradle | 7 +-
.../examples/complete/autocomplete_test.py | 2 +-
.../examples/complete/estimate_pi_test.py | 1 +
.../complete/game/hourly_team_score_it_test.py | 1 +
.../examples/complete/game/user_score_it_test.py | 1 +
.../complete/top_wikipedia_sessions_test.py | 1 +
.../cookbook/bigquery_side_input_it_test.py | 1 +
.../apache_beam/examples/cookbook/coders_test.py | 1 +
sdks/python/test-suites/dataflow/common.gradle | 23 +++++-
28 files changed, 338 insertions(+), 69 deletions(-)