Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-1954

Schema.Field.defaultVal() generates: Unknown datum type org.apache.avro.JsonProperties$Null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.8.1, 1.9.0
    • 1.9.0
    • java
    • None
    • Reviewed

    Description

      I was creating GenericRecords and populating some fields – which i could not find the content on some json files – with the Schema.Field.defaultVal().

      It seems if the schema has explicitly set the default value to be null, the records generated this way can't be written. In this case, if default value is null in the schema, an instance of org.apache.avro.JsonProperties.NULL_VALUE is returned by Schema.Field.defaultVal().

      I created an unit test which replicates the bug. I was thinking modify the class org.apache.avro.generic.GenericData to evaluate org.apache.avro.JsonProperties.NULL_VALUE as null. Is this the way to go? or org.apache.avro.JsonProperties.NULL_VALUE is intend for other purposes?

      Attachments

        1. unitTestDefaultNull.patch
          4 kB
          rui miranda

        Issue Links

          Activity

            People

              nkollar Nándor Kollár
              iamwrong rui miranda
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: