Merge pull request #2526 from druid-io/b-slim-patch-1

fix docs about sketches
This commit is contained in:
Fangjin Yang 2016-02-23 10:23:53 -08:00
commit 4f300cfe49
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ druid.extensions.loadList=["druid-datasketches"]
{
"type" : "thetaSketchEstimate",
"name": <output name>,
"fieldName" : <the name field value of the thetaSketch aggregator>
"field" : <post aggregator of type fieldAccess that refers to a thetaSketch aggregator or that of type thetaSketchSetOp>
}
```