[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread SK Liew (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243897#comment-15243897 ] SK Liew commented on AVRO-1830: --- The Avro 1.8.0 specification states that: {quote} All metadata properties

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread SK Liew (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243209#comment-15243209 ] SK Liew commented on AVRO-1830: --- The 'null' here refers to a valid codec. $data->{meta}{'avro.codec'} ||

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread Alex Moundalexis (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243206#comment-15243206 ] Alex Moundalexis commented on AVRO-1830: A little concerning that

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread Alex Moundalexis (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243181#comment-15243181 ] Alex Moundalexis commented on AVRO-1830: There's no NULL in Perl. You'd want to use

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread Alex Moundalexis (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243186#comment-15243186 ] Alex Moundalexis commented on AVRO-1830: [undef|http://perldoc.perl.org/functions/undef.html],

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243168#comment-15243168 ] Ryan Blue commented on AVRO-1830: - [~_alexm], are you still up for reviewing perl patches? > Avro-Perl

[jira] [Commented] (AVRO-1830) Avro-Perl DataFileReader chokes when avro.codec is absent

2016-04-15 Thread SK Liew (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15242810#comment-15242810 ] SK Liew commented on AVRO-1830: --- I've added a patch which is to set $codec to "null" when "avro.codec" does