Sign in
apache
/
pig
/
refs/tags/release-0.17.0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
data
/
json
/
recordsWithEnums.json
blob: 4209e0345cb29cb711bb2bc1f97e78d00eafeb3f [
file
] [
log
] [
blame
]
{
"key"
:
"A"
,
"value"
:
1
,
"type"
:
"GOOD"
}
{
"key"
:
"B"
,
"value"
:
2
,
"type"
:
"BAD"
}
{
"key"
:
"C"
,
"value"
:
3
,
"type"
:
"OTHER"
}
{
"key"
:
"D"
,
"value"
:
1
,
"type"
:
"OTHER"
}