vtlim commented on a change in pull request #11883:
URL: https://github.com/apache/druid/pull/11883#discussion_r749644516



##########
File path: docs/querying/aggregations.md
##########
@@ -444,8 +445,8 @@ following can be the possible output of the aggregator
 | `["dim2"]`               | 2      | (10)                  |
 | `[]`                     | 3      | (11)                  |  
 
-As illustrated in above example, output number can be thought of as an 
unsigned n bit number where n is the number of dimensions passed to the 
aggregator. 
-The bit at position X is set in this number to 0 if a dimension at position X 
in input to aggregators is included in the sub-grouping. Otherwise, this bit 
+As illustrated in the example, the output number can be thought of as an 
unsigned _n_ bit number where _n_ is the number of dimensions passed to the 
aggregator. 
+The bit at position X is set in this number to 0 if a dimension at position X 
in the aggregator input is included in the sub-grouping. Otherwise, this bit 

Review comment:
       Should be "Druid sets" in the last sentence!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to