Sign in
apache
/
pig
/
44a13795084009c1ce2f171e9b7bc5e8452f8bd0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
schema
/
recordsWithSimpleUnion.avsc
blob: 30b8d7f887945d285663d4b95e114416d28ba9df [
file
] [
log
] [
blame
]
{
"name"
:
"recordsWithSimpleUnion"
,
"namespace"
:
"org.apache.pig.test.builtin"
,
"type"
:
"record"
,
"fields"
:
[
{
"name"
:
"key"
,
"type"
:
"string"
},
{
"name"
:
"value"
,
"type"
:
[
"int"
,
"long"
,
"null"
]}
]
}