GenericData.Array should fail fast when constructed with a null Schema
----------------------------------------------------------------------

                 Key: AVRO-259
                 URL: https://issues.apache.org/jira/browse/AVRO-259
             Project: Avro
          Issue Type: Bug
          Components: java
            Reporter: Kevin Oliver
            Priority: Trivial
             Fix For: 1.3.0


GenericData.Array's constructor takes a Schema but doesn't validate that it is 
not null. The schema is assumed to be not null in other places (equals() and 
hashCode()) which then trigger NPEs. 

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

Reply via email to