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

    https://github.com/apache/incubator-flink/pull/226#discussion_r21038272
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/fs/s3/S3DataInputStream.java
 ---
    @@ -127,4 +127,9 @@ public void seek(final long desired) throws IOException 
{
     
                this.inputStream.skip(desired);
        }
    +
    +   @Override
    --- End diff --
    
    I found org.apache.flink.api.avro.FSDataInputStreamWrapper in flink-avro 
package. I think that moving FSDataInputStreamWrapper to flink-core (under 
org.apache.flink.core.fs) and using it is more nice.


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