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

    https://github.com/apache/flink/pull/3992#discussion_r118739552
  
    --- Diff: 
flink-connectors/flink-avro/src/main/java/org/apache/flink/api/avro/FSDataInputStreamWrapper.java
 ---
    @@ -16,20 +16,19 @@
      * limitations under the License.
      */
     
    -
     package org.apache.flink.api.avro;
     
    -import java.io.Closeable;
    -import java.io.IOException;
    +import org.apache.flink.core.fs.FSDataInputStream;
     
     import org.apache.avro.file.SeekableInput;
    -import org.apache.flink.core.fs.FSDataInputStream;
     
    +import java.io.Closeable;
    +import java.io.IOException;
     
     /**
    - * Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache 
licensed as well)
    - * 
    - * The wrapper keeps track of the position in the data stream.
    + * Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache 
licensed as well.
    --- End diff --
    
    Lost the closing parenthesis.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to