You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/12/14 18:04:58 UTC

[beam] branch master updated (3a7cb483cfd -> bdfd27e6288)

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 3a7cb483cfd [19734] Delete WatchTest.testMultiplePollsWithManyResults test (#24644)
     add bdfd27e6288 [Go SDK] RunInference wrapper supporting Sklearn Model Handler (#24497)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  15 ++
 sdks/go/pkg/beam/core/runtime/xlangx/expand.go     |  27 +++-
 sdks/go/pkg/beam/core/runtime/xlangx/namespace.go  |  16 +-
 .../beam/transforms/xlang/inference/inference.go   | 177 +++++++++++++++++++++
 .../beam/transforms}/xlang/xlang.go                |   6 +-
 .../transforms/xlang/inference/inference.go        |  41 +++--
 .../inference_test.go}                             |   6 +-
 8 files changed, 256 insertions(+), 33 deletions(-)
 create mode 100644 sdks/go/pkg/beam/transforms/xlang/inference/inference.go
 copy sdks/go/{test/integration => pkg/beam/transforms}/xlang/xlang.go (77%)
 copy learning/katas/go/core_transforms/additional_outputs/additional_outputs/test/task_test.go => sdks/go/test/integration/transforms/xlang/inference/inference.go (56%)
 copy sdks/go/test/integration/transforms/xlang/{dataframe/dataframe_test.go => inference/inference_test.go} (94%)