[ https://issues.apache.org/jira/browse/FLINK-29681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xingbo Huang closed FLINK-29681. -------------------------------- Fix Version/s: (was: 1.17.0) Assignee: Juntao Hu Resolution: Fixed Merged into master via 93a9c504b882356fdf65ca962c4169ecb1bf66e5 Merged into release-1.16 via 06309528603333153dcabe1bd0e74bcde19cf6f5 > Python side-output operator not generated in some cases > ------------------------------------------------------- > > Key: FLINK-29681 > URL: https://issues.apache.org/jira/browse/FLINK-29681 > Project: Flink > Issue Type: Bug > Components: API / Python > Affects Versions: 1.16.0, 1.17.0 > Reporter: Juntao Hu > Assignee: Juntao Hu > Priority: Major > Labels: pull-request-available > Fix For: 1.16.0 > > > If a SideOutputDataStream is used in `execute_and_collect`, > `from_data_stream`, `create_temporary_view`, the side-outputing operator will > not be properly configured, since we rely on the bottom-up scan of > transformations while there's no solid transformation after the > SideOutputTransformation in these cases. Thus, an error, "tuple object has no > attribute get_fields_by_names", will be raised. -- This message was sent by Atlassian Jira (v8.20.10#820010)