mirror of https://github.com/apache/druid.git
Updates number of parts in a topN query
This threw me off a bit, so I'm sure it may throw others off, too. Updating from 10 to 11 parts.
This commit is contained in:
parent
fc32e34e1e
commit
145c65c72d
|
@ -70,7 +70,7 @@ A topN query object looks like:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
There are 10 parts to a topN query.
|
There are 11 parts to a topN query.
|
||||||
|
|
||||||
|property|description|required?|
|
|property|description|required?|
|
||||||
|--------|-----------|---------|
|
|--------|-----------|---------|
|
||||||
|
|
Loading…
Reference in New Issue