mirror of
https://github.com/apache/druid.git
synced 2025-03-06 17:29:45 +00:00
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…
x
Reference in New Issue
Block a user