blob: 2272137aceb3812dc003444da5801a0ea71b2504 [file] [log] [blame]
{ "name" : "recursiveRecord",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key" , "type" : "string"},
{"name" : "value" , "type" : "string"},
{"name" : "next" , "type" : [ "org.apache.pig.test.builtin.recursiveRecord" , "null" ]}
]
}