[ 
https://issues.apache.org/jira/browse/AVRO-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Krogen updated AVRO-1679:
------------------------------
    Description: Within DataFileReader.SeekableInputStream, the skip method 
acts as a seek rather than a skip (seeking to the offset which is passed in 
rather than skipping ahead by that offset). It passes the value through to the 
underlying SeekableInput's seek method without first adding the current 
position within the input.   (was: Within DataFileReader.SeekableInputStream, 
the skip method asks as a seek rather than a skip (seeking to the offset which 
is passed in rather than skipping ahead by that offset). It passes the value 
through to the underlying SeekableInput's seek method without first adding the 
current position within the input. )

> DataFileReader.SeekableInputStream.skip seeking rather than skipping
> --------------------------------------------------------------------
>
>                 Key: AVRO-1679
>                 URL: https://issues.apache.org/jira/browse/AVRO-1679
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.7
>            Reporter: Erik Krogen
>            Priority: Minor
>
> Within DataFileReader.SeekableInputStream, the skip method acts as a seek 
> rather than a skip (seeking to the offset which is passed in rather than 
> skipping ahead by that offset). It passes the value through to the underlying 
> SeekableInput's seek method without first adding the current position within 
> the input. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to