Sign in
apache
/
pig
/
refs/tags/release-0.17.0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
data
/
json
/
recordsWithDoubleUnderscores.json
blob: a99c808fdd75df3c7757849cadedb9e95a0e5600 [
file
] [
log
] [
blame
]
{
"A__key"
:
{
"string"
:
"A"
},
"B__C__intValue"
:
{
"int"
:
1
}
}
{
"A__key"
:
{
"string"
:
"B"
},
"B__C__intValue"
:
{
"int"
:
2
}
}
{
"A__key"
:
{
"string"
:
"C"
},
"B__C__intValue"
:
{
"int"
:
3
}
}