mirror of https://github.com/apache/druid.git
Fix Avro parseSpec example, "type" should be "format". (#2918)
This commit is contained in:
parent
841be5c61f
commit
e680665f1c
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue