Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-1679

DataFileReader.SeekableInputStream.skip seeking rather than skipping

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.7.7
    • None
    • java
    • None

    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.

      Attachments

        1. AVRO-1679.patch
          0.7 kB
          Erik Krogen

        Activity

          People

            Unassigned Unassigned
            xkrogen Erik Krogen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: