[ https://issues.apache.org/jira/browse/AVRO-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated AVRO-292: ------------------------------ Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thanks, Jeff! > 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.