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

Jeff Hammerbacher updated AVRO-292:
-----------------------------------

    Attachment: AVRO-292.patch

This patch implements correct behavior for io#skip_int() and io#skip_long() and 
adds tests. I also took the liberty to convert some self.reader.read() calls in 
io.py to self.read(), since that helper function is available--just 
housekeeping.

> Add a test to be sure the skip_int and skip_long functionality is working 
> correctly in Python implementation
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: AVRO-292
>                 URL: https://issues.apache.org/jira/browse/AVRO-292
>             Project: Avro
>          Issue Type: Test
>          Components: python
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>             Fix For: 1.3.0
>
>         Attachments: AVRO-292.patch
>
>
> The current Python implementation skips a fixed number of bytes for integers 
> and longs, but we use a variable-length encoding scheme. I suspect there's a 
> flaw there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to