You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/06/14 06:11:14 UTC

[jira] Created: (AVRO-574) Avro MapReduce input schema is not honoured

Avro MapReduce input schema is not honoured
-------------------------------------------

                 Key: AVRO-574
                 URL: https://issues.apache.org/jira/browse/AVRO-574
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Tom White


AvroJob.INPUT_SCHEMA is used to set the schema, but it's never read. AvroRecordReader should use it as the expected schema for the DatumReader.

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


[jira] Resolved: (AVRO-574) Avro MapReduce input schema is not honoured

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved AVRO-574.
----------------------------

    Resolution: Duplicate

> Avro MapReduce input schema is not honoured
> -------------------------------------------
>
>                 Key: AVRO-574
>                 URL: https://issues.apache.org/jira/browse/AVRO-574
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Tom White
>
> AvroJob.INPUT_SCHEMA is used to set the schema, but it's never read. AvroRecordReader should use it as the expected schema for the DatumReader.

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


[jira] Commented: (AVRO-574) Avro MapReduce input schema is not honoured

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878491#action_12878491 ] 

Harsh J Chouraria commented on AVRO-574:
----------------------------------------

Duplicate of https://issues.apache.org/jira/browse/AVRO-534
I'll be adding a test case soon-ish, sorry for the delay.

> Avro MapReduce input schema is not honoured
> -------------------------------------------
>
>                 Key: AVRO-574
>                 URL: https://issues.apache.org/jira/browse/AVRO-574
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Tom White
>
> AvroJob.INPUT_SCHEMA is used to set the schema, but it's never read. AvroRecordReader should use it as the expected schema for the DatumReader.

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