Sign in
apache
/
pig
/
refs/tags/release-0.17.0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
data
/
json
/
recordsOfArrays.json
blob: cee379eae0616afee9e347f77e0a2cbbd88ce028 [
file
] [
log
] [
blame
]
{
"key"
:
"1 one"
,
"values"
:
[
1
]}
{
"key"
:
"2 twos"
,
"values"
:
[
2
,
2
]}
{
"key"
:
"first 7 numbers in fibonacci sequence"
,
"values"
:
[
1
,
1
,
2
,
3
,
5
,
8
,
13
]}