andreachild commented on code in PR #3121: URL: https://github.com/apache/tinkerpop/pull/3121#discussion_r2112363416
########## docs/src/upgrade/release-3.8.x.asciidoc: ########## @@ -30,6 +30,14 @@ complete list of all the modifications that are part of this release. === Upgrading for Users +==== Auto promotion of number types + +Previously, operations like sum or sack that involved mathematical calculations did not automatically promote the result to a larger numeric type (e.g., from int to long) when needed. As a result, values could wrap around within their current type, leading to unexpected behavior. This issue has now been resolved by enabling automatic type promotion for results. + +As a result, values would previously wrap around within their current type—overflowing at their minimum or maximum boundaries—which often led to incorrect, unintuitive, or unexpected behavior. This issue has now been resolved by introducing automatic type promotion for results. Review Comment: It seems that this paragraph is repeating some of the sentence from the previous paragraph? -- 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org