blob: a25bbfc681c575079eb6ad9fcc12a24d584e8ec2 [file] [log] [blame]
{
"name" : "projectionTest",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key", "type" : "string"},
{"name" : "intValue", "type" : "int"},
{"name" : "longValue", "type" : "long"}
]
}