blob: 137462e16e2c2a8689f3247dfcff6b019bc8a9fa [file] [log] [blame]
{
"name" : "recordsOfArrays",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key", "type" : "string"},
{"name" : "values",
"type" : {
"type" : "array",
"items" : "int"
}
}
]
}