You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by he...@apache.org on 2022/07/13 20:43:56 UTC

[beam] branch master updated (b78a080e932 -> 316dfae2c5f)

This is an automated email from the ASF dual-hosted git repository.

heejong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from b78a080e932 Merge pull request #15786: Add gap-filling transform for timeseries
     new 7efd5940bdf [BEAM-14506] Adding testcases and examples for xlang Python RunInference
     new d5cec82adbe update
     new 1dc015fdf45 update
     new 316dfae2c5f Merge pull request #21809 from ihji/BEAM-14506

The 36523 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   3 +
 runners/google-cloud-dataflow-java/build.gradle    |   1 +
 .../extensions/python/transforms/RunInference.java | 102 +++++++++++++++++++++
 ...ormTest.java => RunInferenceTransformTest.java} |  38 +++++---
 sdks/python/apache_beam/ml/inference/base.py       |   2 +-
 .../runners/portability/expansion_service_test.py  |  30 +++++-
 6 files changed, 157 insertions(+), 19 deletions(-)
 create mode 100644 sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/transforms/RunInference.java
 copy sdks/java/extensions/python/src/test/java/org/apache/beam/sdk/extensions/python/transforms/{DataframeTransformTest.java => RunInferenceTransformTest.java} (51%)