blob: 603ca9cf13a1b2a7820bbc853628889ca7dd7850 [file] [log] [blame]
{
"name" : "recordsWithDoubleUnderscores",
"namespace" : "org.apache.pig.test.builtin",
"type" : "record",
"fields" : [
{"name" : "A__key", "type" : ["null", "string"]},
{"name" : "B__C__intValue", "type" : ["null", "int"]}
]
}