Caizhi Weng created FLINK-19990: ----------------------------------- Summary: MultipleInputNodeCreationProcessor#isChainableSource should consider DataStreamScanProvider Key: FLINK-19990 URL: https://issues.apache.org/jira/browse/FLINK-19990 Project: Flink Issue Type: Bug Reporter: Caizhi Weng
{{MultipleInputNodeCreationProcessor#isChainableSource}} now only considers {{SourceProvider}}. However {{DataStreamScanProvider}} providing {{DataStream}}s with {{SourceTransformation}} are also chainable sources, and we need to take them into consideration. -- This message was sent by Atlassian Jira (v8.3.4#803005)