Sign in
apache
/
pig
/
refs/tags/release-0.17.0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
data
/
json
/
recordsWithMaps.json
blob: cbd5ea85bb2218e3056bba1a2bd293b398d442b6 [
file
] [
log
] [
blame
]
{
"key"
:
"A"
,
"value"
:
1
,
"parameters"
:
{
"comment"
:
"first test case"
}
}
{
"key"
:
"B"
,
"value"
:
2
,
"parameters"
:
{
"comment"
:
"second map item"
,
"also"
:
"the next item has an empty map"
}
}
{
"key"
:
"C"
,
"value"
:
3
,
"parameters"
:
{}
}