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

[jira] Updated: (AVRO-106) Patch for Null/ NotNull testing

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

Doug Cutting updated AVRO-106:
------------------------------

        Fix Version/s:     (was: 1.0.1)
             Assignee: Eelco Hillenius
    Affects Version/s:     (was: 1.0.1)
               Status: Open  (was: Patch Available)

Perhaps this should be renamed TestSpecific, and we can add other tests of the specific API there?

Also, instead of adding a bunch of .avsc files, we could add a single .avpr file with no messages, e.g. SpecificTests.avpr.  This would create the test classes as nested classes, and better associate them with the code that uses them.


> Patch for Null/ NotNull testing
> -------------------------------
>
>                 Key: AVRO-106
>                 URL: https://issues.apache.org/jira/browse/AVRO-106
>             Project: Avro
>          Issue Type: Test
>          Components: java
>    Affects Versions: 1.0.0
>            Reporter: Eelco Hillenius
>            Assignee: Eelco Hillenius
>            Priority: Minor
>         Attachments: AVRO-106.patch
>
>
> Test case tests that a null value for a record field is only accepted when that field is defined when the field is defined as a union between the field's type and NULL.

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