blob: 0635e55bf2bce204bc9e0f0eeeb3109427ea297c [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"},
{"name" : "date", "type" : ["null", "long"]}
]
}