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

    https://github.com/apache/flink/pull/4111#discussion_r121938625
  
    --- Diff: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/stream/utils/StreamTestData.scala
 ---
    @@ -80,4 +83,28 @@ object StreamTestData {
         data.+=((5, 15L, 14, "KLM", 2L))
         env.fromCollection(data)
       }
    +
    +  def getPojo0DataStream(env: StreamExecutionEnvironment): 
DataStream[Pojo0] = {
    +    val data =  new mutable.MutableList[Pojo0]
    +    val p0 = new Pojo0
    --- End diff --
    
    We can make this more concise if we add two constructors to `Pojo0` 
(default without args and with all member variable).


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