blob: f985b5e892f6d0f474767b0bbfd43ce4947f7a00 [file] [log] [blame]
{
"type" : "record",
"name" : "arrays",
"namespace" : "org.apache.pig.test.builtin",
"fields" : [ {
"name" : "array",
"type" : [ "null", {
"type" : "array",
"items" : {
"type" : "record",
"name" : "array",
"fields" : [ {
"name" : "array_0",
"type" : [ "null", "int" ]
} ]
}
} ]
} ]
}