mirror of https://github.com/apache/druid.git
fix doc (#11202)
(cherry picked from commit ffb3c049726b5e461c6f7f8b6f4b75d2cb907dcc)
This commit is contained in:
parent
bb3c810b36
commit
34169c8550
|
@ -127,7 +127,7 @@ The Audit table is used to store the audit history for configuration changes
|
|||
e.g rule changes done by [Coordinator](../design/coordinator.md) and other
|
||||
config changes.
|
||||
|
||||
##Accessed by: ##
|
||||
## Accessed by
|
||||
|
||||
The Metadata Storage is accessed only by:
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ There are currently no configuration properties specific to Moving Average.
|
|||
* movingAverage is missing support for the following timeseries properties: `descending`.
|
||||
* movingAverage is missing support for [SQL-compatible null handling](https://github.com/apache/druid/issues/4349) (So setting druid.generic.useDefaultValueForNull in configuration will give an error).
|
||||
|
||||
##Query spec:
|
||||
## Query spec
|
||||
* Most properties in the query spec derived from [groupBy query](../../querying/groupbyquery.md) / [timeseries](../../querying/timeseriesquery.md), see documentation for these query types.
|
||||
|
||||
|property|description|required?|
|
||||
|
|
Loading…
Reference in New Issue