blob: b2fc22fe26cb8c0d1b33e5a6f12ebfeaf816d78e [file] [log] [blame]
{
"name" : "projectionTestWithSchema",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key", "type" : "string"},
{"name" : "intValue", "type" : "int"},
{"name" : "booleanValue", "type" : "boolean"}
]
}