Vancior commented on code in PR #19453:
URL: https://github.com/apache/flink/pull/19453#discussion_r851850261
##########
flink-python/src/main/java/org/apache/flink/streaming/api/runners/python/beam/BeamPythonFunctionRunner.java:
##########
@@ -444,6 +450,21 @@ private ExecutableStage
createExecutableStage(RunnerApi.Environment environment)
.putCoders(OUTPUT_CODER_ID,
createCoderProto(outputCoderDescriptor))
.putCoders(WINDOW_CODER_ID, getWindowCoderProto());
+ if (sideOutputCoderDescriptors != null) {
Review Comment:
Some logic in `createExecutableStage` and `createValueOnlyWireCoderSetting`
rely on this field
--
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]