mirror of https://github.com/apache/druid.git
Removed trailing comma
This commit is contained in:
parent
9831401c7d
commit
374904ce20
|
@ -14,7 +14,7 @@ Segment metadata queries return per segment information about:
|
||||||
{
|
{
|
||||||
"queryType":"segmentMetadata",
|
"queryType":"segmentMetadata",
|
||||||
"dataSource":"sample_datasource",
|
"dataSource":"sample_datasource",
|
||||||
"intervals":["2013-01-01/2014-01-01"],
|
"intervals":["2013-01-01/2014-01-01"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue