blob: 1fc4ad44c88507268b26826ab419ce41331aaf30 [file] [log] [blame]
{
"name" : "recordsSubSchemaNullable",
"namespace" : "org.apache.pig.test.builtin",
"doc" : "subset of records schema, to make sure you can manually specify a compatible subschema",
"type" : "record",
"fields" : [
{"name" : "key", "type" : ["null", "string"]},
{"name" : "value", "type" : ["null", "string"]}
]
}