mirror of https://github.com/apache/druid.git
Fix incorrect name (#4386)
This commit is contained in:
parent
bbc307b30e
commit
fc80df339e
|
@ -48,7 +48,7 @@ A topN query object looks like:
|
|||
"postAggregations": [
|
||||
{
|
||||
"type": "arithmetic",
|
||||
"name": "sample_divide",
|
||||
"name": "average",
|
||||
"fn": "/",
|
||||
"fields": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue