You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Ravi Gummadi (JIRA)" <ji...@apache.org> on 2009/08/20 13:19:14 UTC

[jira] Updated: (AVRO-105) Avro data file should be able to use write binary data using blocking for arrays/maps

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

Ravi Gummadi updated AVRO-105:
------------------------------

    Attachment: AVRO-105.patch

Attaching patch that makes DataFileWriter use BlockingBinaryEncoder if user wants to.
Modified RandomData.java to generate data file that can use blocking for arrays and maps if user wants to.
Also modified testcases TestSchema, TestReflect to validate blocking also.
Modified TestDataFile to use schema from the file interop.avsc(this contains all types) instead of just having a record with stringField and longField.
Removed GenerateBlockingData.java as RandomData itself can genrate blocking data using DataFileWriter and thus removed extra specific code to validate 'blocking' from interoptests.py.

Please review and provide your comments.

> Avro data file should be able to use write binary data using blocking for arrays/maps
> -------------------------------------------------------------------------------------
>
>                 Key: AVRO-105
>                 URL: https://issues.apache.org/jira/browse/AVRO-105
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Ravi Gummadi
>            Assignee: Ravi Gummadi
>         Attachments: AVRO-105.patch
>
>
> Currently DataFileWriter uses BinaryEncoder only. It would be better if DataFileWriter can use BlockingBinaryEncoder if user wants to use.

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