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 cd1cd05 Merge pull request #15535 Augment and cleanup CoGBK tests.
add 2a7c0aa Python support for directly using Java transforms using
constructor and builder methods.
add 150e802 Fixes yapf
add 8ff2824 Fixes lint
add 0fc66aa Addressing reviewer comments
add 663c221 Adds support for a field name format that will be ignored at
expansion service and adds support for positional args in Python using that.
add 7f50e89 Addresses reviewer comments
add 6947fa2 Use correct ignore field prefix in Python side
new 6f0a1c9 Merge pull request #15484: [BEAM-12769] Python support for
directly using Java transforms using constructor and builder methods
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:
.../src/main/proto/external_transforms.proto | 4 +
.../sdk/expansion/service/ExpansionService.java | 4 +
.../service/JavaClassLookupTransformProvider.java | 16 ++-
.../JavaClassLookupTransformProviderTest.java | 42 +++++++
sdks/python/apache_beam/portability/common_urns.py | 3 +
sdks/python/apache_beam/transforms/external.py | 135 +++++++++++++++++++++
.../python/apache_beam/transforms/external_test.py | 104 ++++++++++++++++
7 files changed, 306 insertions(+), 2 deletions(-)