Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4111#discussion_r121938446
  
    --- Diff: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/table/GroupWindowAggregationsITCase.scala
 ---
    @@ -179,6 +180,36 @@ class GroupWindowAggregationsITCase extends 
StreamingMultipleProgramsTestBase {
       }
     
       @Test
    +  def testEventTimeTumblingWindowWithPojoData(): Unit = {
    --- End diff --
    
    The failure is unrelated to windows. Hence, I would not add the test to 
this class and remove the window. `TimeAttributesITCase` is a better place to 
validate that converting a DataStream of Pojos works with time attributes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to