This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from bc872dc Merge pull request #8236 Test registration of standard coders.
new 7493dd8 Remove undefined generic arguments for
ExternalTransformBuilder
new 4e3e420 [BEAM-6990] Use CoderTranslation for resolving coders in
cross-language configuration
new 41230a9 [BEAM-6990] Allow compound coders for externally configured
transforms
new c54a0b7 Merge pull request #8209: [BEAM-6990] Use CoderTranslation
for resolving coders in cross-language configuration
The 20886 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 | 5 +-
.../construction/expansion/ExpansionService.java | 86 +++++++++++++++------
.../expansion/ExpansionServiceTest.java | 90 +++++++++++++++++++++-
.../sdk/expansion/ExternalTransformRegistrar.java | 2 +-
.../org/apache/beam/sdk/io/GenerateSequence.java | 2 +-
.../apache_beam/io/external/generate_sequence.py | 2 +-
6 files changed, 159 insertions(+), 28 deletions(-)