kezhuw commented on a change in pull request #15507:
URL: https://github.com/apache/flink/pull/15507#discussion_r608719116



##########
File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamGraphGeneratorTest.java
##########
@@ -209,6 +211,25 @@ public void testVirtualTransformations() throws Exception {
                         instanceof ShufflePartitioner);
     }
 
+    @Test
+    public void testOutputTypeConfigurationWithUdfStreamOperator() throws 
Exception {

Review comment:
       `FromElementsFunction` relies on feature that 
`AbstractUdfStreamOperator` will redirect `OutputTypeConfigurable` to its 
function. But `StreamGraphGeneratorTest` does not have test for this while it 
has tests for 
`StreamOperator`(`testOutputTypeConfigurationWithOneInputTransformation` and 
`testOutputTypeConfigurationWithTwoInputTransformation`). This test resides in 
a separate commit.




-- 
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]


Reply via email to