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

    https://github.com/apache/flink/pull/1903#discussion_r61065095
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/operators/DataSourceTaskTest.java
 ---
    @@ -255,6 +268,18 @@ public Record readRecord(Record target, byte[] record, 
int offset, int numBytes)
                        target.setField(1, this.value);
                        return target;
                }
    +           
    +           public void openInputFormat() {
    +                   //ensure this is called only once
    +                   Assert.assertFalse("Invalid status of the input format. 
Expected for opened: false, Actual: "+opened, opened);
    --- End diff --
    
    missing spaces around + (and again in closeInputFormat


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