mirror of https://github.com/apache/druid.git
Fixed Missing commas in json example of Lookup (#3680)
This commit is contained in:
parent
bb26636289
commit
2df98bcaa6
|
@ -473,9 +473,9 @@ The second kind where it is not possible to pass at query time due to their size
|
|||
|
||||
```json
|
||||
{
|
||||
"type":"lookup"
|
||||
"dimension":"dimensionName"
|
||||
"outputName":"dimensionOutputName"
|
||||
"type":"lookup",
|
||||
"dimension":"dimensionName",
|
||||
"outputName":"dimensionOutputName",
|
||||
"name":"lookupName"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue