Skip to content

Commit

Permalink
fix a bug in select-query.md which the property_form lack of the『gran…
Browse files Browse the repository at this point in the history
…ularity』 (apache#4327)

There result would be {"error"=>"Unknown exception",
"errorMessage"=>nil, "errorClass"=>"java.lang.NullPointerException",
"host"=>nil} when the json lack of 『granularity』.
  • Loading branch information
fanjieqi authored and fjy committed May 31, 2017
1 parent 9625993 commit 2e933e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/querying/select-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ There are several main parts to a select query:
|filter|See [Filters](../querying/filters.html)|no|
|dimensions|A JSON list of dimensions to select; or see [DimensionSpec](../querying/dimensionspecs.html) for ways to extract dimensions. If left empty, all dimensions are returned.|no|
|metrics|A String array of metrics to select. If left empty, all metrics are returned.|no|
|granularity|Defines the granularity of the query. See [Granularities](../querying/granularities.html)|yes|
|pagingSpec|A JSON object indicating offsets into different scanned segments. Query results will return a `pagingIdentifiers` value that can be reused in the next query for pagination.|yes|
|context|An additional JSON Object which can be used to specify certain flags.|no|

Expand Down

0 comments on commit 2e933e1

Please sign in to comment.