EchoNullify commented on code in PR #3121:
URL: https://github.com/apache/tinkerpop/pull/3121#discussion_r2107828880


##########
docs/src/upgrade/release-3.8.x.asciidoc:
##########


Review Comment:
   Done



##########
docs/src/upgrade/release-3.8.x.asciidoc:
##########
@@ -334,6 +338,10 @@ 
link:https://tinkerpop.apache.org/docs/3.8.0/dev/provider/#gherkin-tests-suite[P
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-3136[TINKERPOP-3136]
 
+==== Auto promotion of number types
+
+Any math operations such as Add, Sub, Mul & Div will automatically promote to 
next number type if an overflow is detected. For integers the promotion 
sequence is byte->short->integer->long->overflow. For floating point the 
sequence is float->double->infinity.

Review Comment:
   Done



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

Reply via email to