[
https://issues.apache.org/jira/browse/AVRO-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173375#comment-14173375
]
Sean Busbey commented on AVRO-1302:
-----------------------------------
+1 LGTM. [~cconner] are you still watching this ticket? If so, can you check to
see if htis fixes things for you as well?
> Files written via Python and Avro 1.7.4 on Windows can't be read using Java
> program
> -----------------------------------------------------------------------------------
>
> Key: AVRO-1302
> URL: https://issues.apache.org/jira/browse/AVRO-1302
> Project: Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.7.4
> Reporter: Christopher Conner
> Assignee: Lars Francke
> Priority: Minor
> Attachments: AVRO-1302.1.patch
>
>
> I'm not sure if this is a Python issue, Avro issue or Windows issue.
> However, if create an Avro file on Windows using Python 2.7.4 and Avro 1.7.4.
> Then try to read it with a java program, it fails with:
> Successfully opened the Python avro file now I'm going to attempt to read
> from it
> Exception in thread "main" org.apache.avro.AvroRuntimeException:
> java.io.IOException: Invalid sync!
> at org.apache.avro.file.DataFileStream.hasNext(DataFileStream.java:210)
> at JavaPythonAvroExample.main(JavaPythonAvroExample.java:27)
> Caused by: java.io.IOException: Invalid sync!
> at
> org.apache.avro.file.DataFileStream.nextRawBlock(DataFileStream.java:293)
> at org.apache.avro.file.DataFileStream.hasNext(DataFileStream.java:198)
> ... 1 more
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)