Sign in
apache
/
pig
/
44a13795084009c1ce2f171e9b7bc5e8452f8bd0
/
.
/
test
/
org
/
apache
/
pig
/
builtin
/
avro
/
schema
/
recordsWithFixed.avsc
blob: 20de48990ff276596369f46574ee1ae4ee54dab0 [
file
] [
log
] [
blame
]
{
"name"
:
"recordsWithFixed"
,
"namespace"
:
"org.apache.pig.test.builtin"
,
"type"
:
"record"
,
"fields"
:
[
{
"name"
:
"key"
,
"type"
:
"string"
},
{
"name"
:
"value"
,
"type"
:
{
"type"
:
"fixed"
,
"size"
:
8
,
"name"
:
"IPv4Address"
}
}
]
}