This is an automated email from the ASF dual-hosted git repository.
danoliveira pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 96610c9 [BEAM-9547] Add basic support for `DataFrame.{eval,query}`
(#13264)
add 45ce942 [BEAM-11188] Add wrappers to Go Xlang examples, and adjust
front-end. (#13255)
No new revisions were added by this update.
Summary of changes:
sdks/go/examples/xlang/cogroup_by/cogroup_by.go | 8 +-
sdks/go/examples/xlang/combine/combine.go | 6 +-
.../xlang/combine_globally/combine_globally.go | 6 +-
sdks/go/examples/xlang/flatten/flatten.go | 7 +-
sdks/go/examples/xlang/group_by/group_by.go | 10 +-
sdks/go/examples/xlang/multi_input_output/multi.go | 12 +-
sdks/go/examples/xlang/partition/partition.go | 12 +-
sdks/go/examples/xlang/transforms.go | 85 ++++++++++++
sdks/go/examples/xlang/wordcount/wordcount.go | 6 +-
sdks/go/pkg/beam/core/graph/xlang.go | 12 +-
sdks/go/pkg/beam/core/runtime/graphx/translate.go | 4 +-
sdks/go/pkg/beam/core/runtime/xlangx/expand.go | 28 +++-
sdks/go/pkg/beam/core/runtime/xlangx/translate.go | 10 +-
sdks/go/pkg/beam/xlang.go | 154 +++++----------------
14 files changed, 182 insertions(+), 178 deletions(-)
create mode 100644 sdks/go/examples/xlang/transforms.go