aromanenko-dev commented on a change in pull request #14636:
URL: https://github.com/apache/beam/pull/14636#discussion_r620123473
##########
File path:
runners/spark/2/src/main/java/org/apache/beam/runners/spark/structuredstreaming/translation/batch/ParDoTranslatorBatch.java
##########
@@ -140,8 +140,8 @@ public void translateTransform(
doFnSchemaInformation,
sideInputMapping);
- MultiOuputCoder multipleOutputCoder =
- MultiOuputCoder.of(SerializableCoder.of(TupleTag.class),
outputCoderMap, windowCoder);
+ MultiOutputCoder multipleOutputCoder =
Review comment:
I'd suggest to rename this variable to `multiOutputCoder` but it's minor
thing.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]