blob: 8f4ce9b5085d8e7f16bda432e26697356d139eed [file] [log] [blame]
{
"name" : "records",
"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" : "string"},
{"name" : "intValue", "type" : "int"}
]
}