This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 4484c19ae0a Merge pull request #25919 Allow PTransforms to be applied
directly to dataframes.
add 16cd2a98722 [#23106] Add periodic.Sequence and periodic.Impulse
transforms to Go SDK (#25808)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
.../slowly_updating_side_input.go | 141 ++++++++++++++++
sdks/go/pkg/beam/transforms/periodic/periodic.go | 188 +++++++++++++++++++++
.../periodic/periodic_test.go} | 38 +++--
4 files changed, 355 insertions(+), 14 deletions(-)
create mode 100644
sdks/go/examples/slowly_updating_side_input/slowly_updating_side_input.go
create mode 100644 sdks/go/pkg/beam/transforms/periodic/periodic.go
copy sdks/go/pkg/beam/{x/debug/head_test.go =>
transforms/periodic/periodic_test.go} (60%)