Sxnan commented on code in PR #20147: URL: https://github.com/apache/flink/pull/20147#discussion_r932018451
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/SingleOutputStreamOperator.java: ########## @@ -399,7 +399,7 @@ public SingleOutputStreamOperator<T> slotSharingGroup(SlotSharingGroup slotShari * @see org.apache.flink.streaming.api.functions.ProcessFunction.Context#output(OutputTag, * Object) */ - public <X> DataStream<X> getSideOutput(OutputTag<X> sideOutputTag) { + public <X> SingleOutputStreamOperator<X> getSideOutput(OutputTag<X> sideOutputTag) { Review Comment: I introduce a `SideOutputDataStream` to be returned by getSideOutput. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org