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

    https://github.com/apache/flink/pull/1903#discussion_r61064993
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/api/common/operators/GenericDataSourceBase.java
 ---
    @@ -210,10 +210,12 @@ public void accept(Visitor<Operator<?>> visitor) {
        protected List<OUT> executeOnCollections(RuntimeContext ctx, 
ExecutionConfig executionConfig) throws Exception {
                @SuppressWarnings("unchecked")
                InputFormat<OUT, InputSplit> inputFormat = (InputFormat<OUT, 
InputSplit>) this.formatWrapper.getUserCodeObject();
    +           //open the input format
    --- End diff --
    
    this comment seems out-dated with the differentiation of configure() and 
openInputFormat()


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