You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "John Karp (JIRA)" <ji...@apache.org> on 2014/05/22 22:47:03 UTC

[jira] [Updated] (AVRO-1463) Undefined values cause warnings when unions with null serialized

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

John Karp updated AVRO-1463:
----------------------------

    Issue Type: Improvement  (was: Bug)

> Undefined values cause warnings when unions with null serialized
> ----------------------------------------------------------------
>
>                 Key: AVRO-1463
>                 URL: https://issues.apache.org/jira/browse/AVRO-1463
>             Project: Avro
>          Issue Type: Improvement
>          Components: perl
>            Reporter: John Karp
>            Assignee: John Karp
>            Priority: Minor
>
> This code produces warnings:
> {noformat}
> $enc = '';
> $schema = Avro::Schema->parse(q(["long","null"]));
> Avro::BinaryEncoder->encode(
>     schema => $schema,
>     data => undef,
>     emit_cb => sub { $enc .= ${ $_[0] } },
> );
> {noformat}
> {noformat}
> Use of uninitialized value $data in pack at /home/johnkarp/git/avro/lang/perl/blib/lib/Avro/Schema.pm line 285.
> Use of uninitialized value $data in string eq at /home/johnkarp/git/avro/lang/perl/blib/lib/Avro/Schema.pm line 287.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)