You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2022/04/28 02:30:22 UTC

[beam] branch master updated (9c4e70d1cbc -> d96d0ba151b)

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

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


    from 9c4e70d1cbc [BEAM-13983] Small changes to sklearn runinference (#17459)
     add 3f09449c5dd Renames ExternalPythonTransform to PythonExternalTransform
     new d96d0ba151b Merge pull request #17484: [BEAM-14143] Renames ExternalPythonTransform to PythonExternalTransform

The 1 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:
 ...Transform.java => PythonExternalTransform.java} | 24 +++++------
 .../python/ExternalPythonTransformTest.java        | 46 +++++++++++-----------
 2 files changed, 35 insertions(+), 35 deletions(-)
 rename sdks/java/extensions/python/src/main/java/org/apache/beam/sdk/extensions/python/{ExternalPythonTransform.java => PythonExternalTransform.java} (94%)


[beam] 01/01: Merge pull request #17484: [BEAM-14143] Renames ExternalPythonTransform to PythonExternalTransform

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d96d0ba151b368a4cbf67149e8c435cd54e825ca
Merge: 9c4e70d1cbc 3f09449c5dd
Author: Chamikara Jayalath <ch...@gmail.com>
AuthorDate: Wed Apr 27 19:30:10 2022 -0700

    Merge pull request #17484: [BEAM-14143] Renames ExternalPythonTransform to PythonExternalTransform

 ...Transform.java => PythonExternalTransform.java} | 24 +++++------
 .../python/ExternalPythonTransformTest.java        | 46 +++++++++++-----------
 2 files changed, 35 insertions(+), 35 deletions(-)