(cherry picked from commit ffb3c049726b5e461c6f7f8b6f4b75d2cb907dcc)
This commit is contained in:
Yuanli Han 2021-05-05 21:17:07 +08:00 committed by GitHub
parent bb3c810b36
commit 34169c8550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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?|