[jira] [Resolved] (AVRO-1829) C++ documentation improvements

2016-04-15 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. resolved AVRO-1829. --- Resolution: Fixed Fix Version/s: 1.8.1 > C++ documentation improvements >

[jira] [Commented] (AVRO-1829) C++ documentation improvements

2016-04-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15243976#comment-15243976 ] ASF subversion and git services commented on AVRO-1829: --- Commit

[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] [Updated] (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:all-tabpanel ] SK Liew updated AVRO-1830: -- Status: Patch Available (was: Open) > Avro-Perl DataFileReader chokes when avro.codec is absent >

[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

[jira] [Updated] (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:all-tabpanel ] SK Liew updated AVRO-1830: -- Attachment: Avro-1830.patch > Avro-Perl DataFileReader chokes when avro.codec is absent >

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

2016-04-15 Thread SK Liew (JIRA)
SK Liew created AVRO-1830: - Summary: Avro-Perl DataFileReader chokes when avro.codec is absent Key: AVRO-1830 URL: https://issues.apache.org/jira/browse/AVRO-1830 Project: Avro Issue Type: Bug