suneet-s commented on a change in pull request #10285:
URL: https://github.com/apache/druid/pull/10285#discussion_r471665956
##########
File path: docs/querying/sql.md
##########
@@ -232,6 +232,13 @@ possible for two aggregators in the same SQL query to have
different filters.
Only the COUNT aggregation can accept DISTINCT.
+> The order of aggregation operations across segments is not deterministic.
This means that non-commutative aggregation
+> functions can produce inconsistent results across the same query.
+>
+> Functions that operates on an input type of "float" or "double" may also see
these differences in aggregation
Review comment:
```suggestion
> Functions that operate on an input type of "float" or "double" may also
see these differences in aggregation
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]