gianm commented on issue #10644:
URL: https://github.com/apache/druid/issues/10644#issuecomment-845165898


   > If we could link your new documentation somewhere in the druid website in 
this section that would be great: 
https://druid.apache.org/docs/latest/configuration/index.html#sql-compatible-null-handling.
 I can put a PR up for that :).
   
   That sounds like a good idea.
   
   > When an aggregate result overflows, what are the results? Would it be 
LONG.MIN_VALUE/LONG.MAX_VALUE for example? Would this be the only confusing 
scenario if we used the two min and max values?
   
   Do you mean, like, if a SUM or COUNT overflows? We aren't doing anything 
special to handle or detect integer overflow in sums, so it would overflow in 
the usual way (things would wrap around to negative, since integer math in Java 
is signed).


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

Reply via email to