Fix Avro parseSpec example, "type" should be "format". (#2918)

This commit is contained in:
Gian Merlino 2016-05-03 09:22:43 -07:00 committed by Fangjin Yang
parent 841be5c61f
commit e680665f1c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ For example, using Avro stream parser with schema repo Avro bytes decoder:
}
},
"parseSpec" : {
"type": "timeAndDims",
"format": "timeAndDims",
"timestampSpec": <standard timestampSpec>,
"dimensionsSpec": <standard dimensionsSpec>
}