This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a change to branch thirteenWorkflows
in repository https://gitbox.apache.org/repos/asf/beam.git
from c6e701b3485 remove errant comma
add b2954eef3b5 Fix playground example dataset format value
add 3f6d8210845 Merge pull request #36360 from apache/fix-dataset-path
add 3903623850d Exit gradle process after build complete (#36361)
add 7c88161b18b Consolidate beam Publish Bem SDK Snapshot matrix (#36363)
add 3534960b9c8 [Prism] Support AfterProcessingTime triggers - part 2
(#36333)
add df3384f96a2 Also check the existence of _fields in addition
to__annotations__ for NamedTuple. (#36337)
add 1c8bcf9bae1 Fix race condition and nil pointer dereferencing (#36370)
add 45c36901859 Bump google.golang.org/protobuf from 1.36.8 to 1.36.10 in
/sdks (#36371)
add 24d3a7bac85 Fix errorprone move serialization to private method
(#36352)
add 32b26ddd0e2 Merge branch 'master' into thirteenWorkflows
No new revisions were added by this update.
Summary of changes:
.../gradle-command-self-hosted-action/action.yml | 2 +-
.../workflows/beam_Publish_Beam_SDK_Snapshots.yml | 33 ++--
playground/infrastructure/models.py | 2 +-
runners/prism/java/build.gradle | 10 ++
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
.../prism/internal/engine/elementmanager.go | 176 ++++++++++++++++++---
.../beam/runners/prism/internal/engine/strategy.go | 43 +++++
.../prism/internal/jobservices/management.go | 2 +-
.../runners/prism/internal/unimplemented_test.go | 3 +-
sdks/go/test/integration/integration.go | 1 +
sdks/go/test/integration/primitives/windowinto.go | 24 ++-
.../test/integration/primitives/windowinto_test.go | 6 +
.../extensions/protobuf/ProtoBeamConverter.java | 9 +-
.../beam/sdk/extensions/protobuf/ProtobufUtil.java | 18 ---
.../typehints/native_type_compatibility.py | 2 +-
16 files changed, 267 insertions(+), 70 deletions(-)