spmallette commented on code in PR #3121: URL: https://github.com/apache/tinkerpop/pull/3121#discussion_r2108922687
########## CHANGELOG.asciidoc: ########## @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima This release also includes changes from <<release-3-7-XXX, 3.7.XXX>>. +* Added promote to next highest number type to prevent steps such as sum, sack from overflowing. Review Comment: it feels like there could be more clarity here, like: ```text Modified mathematical operators to prevent overflows in steps like `sum()` and to prefer promotion to the next highest number type. ``` -- 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]
