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