blob: ec5ee89d049953f4cc3c4640caa44d50b2228d34 [file] [log] [blame]
{
"name" : "records",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key", "type" : ["null", "string"]},
{"name" : "intValue", "type" : ["null", "int"]},
{"name" : "longValue", "type" : ["null", "long"]},
{"name" : "booleanValue", "type" : ["null", "boolean"]},
{"name" : "floatValue", "type" : ["null", "float"]},
{"name" : "doubleValue", "type" : ["null", "double"]},
{"name" : "bytesValue", "type" : ["null", "bytes"]},
{"name" : "nullValue", "type" : "null"}
]
}