Sign in
apache
/
pig
/
refs/tags/release-0.17.0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
data
/
json
/
recordsWithNullableUnions.json
blob: fc1ed9b0c05b5cc6ca6835358860494f3535245b [
file
] [
log
] [
blame
]
{
"key"
:
{
"string"
:
"A"
},
"value"
:
null
}
{
"key"
:
{
"string"
:
"B"
},
"value"
:
{
"int"
:
1
}}
{
"key"
:
null
,
"value"
:
null
}
{
"key"
:
null
,
"value"
:
{
"int"
:
2
}}