Sign in
apache
/
pig
/
44a13795084009c1ce2f171e9b7bc5e8452f8bd0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
schema
/
recordsWithDoubleUnderscores.avsc
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"
]}
]
}