Christopher Conner created AVRO-1302:
----------------------------------------

             Summary: 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
            Priority: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to