klion26 commented on a change in pull request #8045: 
[FLINK-12004][TypeInformation] analyze pojo using method chaining
URL: https://github.com/apache/flink/pull/8045#discussion_r269097538
 
 

 ##########
 File path: 
flink-core/src/test/java/org/apache/flink/api/java/typeutils/TypeExtractorTest.java
 ##########
 @@ -348,6 +348,18 @@ public CustomType cross(CustomType first, Integer second) 
throws Exception {
                
Assert.assertFalse(TypeExtractor.getForClass(PojoWithNonPublicDefaultCtor.class)
 instanceof PojoTypeInfo);
        }
 
+       @Test
+       public void testMethdChainingPojo() {
 
 Review comment:
   do we need to extend this test as `testPojo`?

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


With regards,
Apache Git Services

Reply via email to