riteshghorse commented on code in PR #24497:
URL: https://github.com/apache/beam/pull/24497#discussion_r1042520404
##########
sdks/go/pkg/beam/core/runtime/xlangx/expand.go:
##########
@@ -111,12 +112,29 @@ func expand(
ext.ExpansionAddr = config
}
+ // The external transforms that needs to specify the output coder
+ // in expansion request sends tagged input as xlang.SetOutputCoder.
+ var set bool
+ for tag := range edge.External.InputsMap {
Review Comment:
The tag on the output is not retained after the output from the python
expansion service. The python expansion service returns a `map{None:
OutputPCol` rather than `map{tag: OutputPCol`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]