gianm commented on a change in pull request #5280: add "subtotalsSpec"
attribute to groupBy query
URL: https://github.com/apache/incubator-druid/pull/5280#discussion_r212812039
##########
File path: docs/content/querying/groupbyquery.md
##########
@@ -113,6 +114,94 @@ improve performance.
See [Multi-value dimensions](multi-value-dimensions.html) for more details.
+### More on subtotalsSpec
+you can have a groupBy query that looks something like below...
+
+```json
+{
+"type": "groupBy",
+ ...
+ ...
+"dimenstions": [
Review comment:
Spelling of "dimensions".
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]