[
https://issues.apache.org/jira/browse/BEAM-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17546420#comment-17546420
]
Kenneth Knowles commented on BEAM-1979:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/18289
> Outputting to an undeclared side output TupleTag should throw
> -------------------------------------------------------------
>
> Key: BEAM-1979
> URL: https://issues.apache.org/jira/browse/BEAM-1979
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Reporter: Eugene Kirpichov
> Priority: P3
>
> Currently some runners (perhaps all of them?..), when you output to a side
> output tag that wasn't passed to ParDo.withOutputTags, simply drop the data
> on the floor (or increase some aggregators).
> Silent data dropping is never okay, and it's never okay to output to an
> undeclared tag. So instead this should throw.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)