clintropolis commented on code in PR #14497:
URL: https://github.com/apache/druid/pull/14497#discussion_r1286314432


##########
docs/querying/aggregations.md:
##########
@@ -50,94 +56,121 @@ query time.
 
 ### Sum aggregators
 
+| Property | Description | Required |
+| --- | --- | --- |
+| `type` | Must be "longSum", "doubleSum", or "floatSum". | Yes |
+| `name` | Output name for the summed value. | Yes |
+| `fieldName` | Name of the input column to sum over. At most one of 
`fieldName` or `expression` must be defined. | No |

Review Comment:
   is that clear enough that it is an error to define both?



-- 
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