fpapon opened a new issue, #7950: URL: https://github.com/apache/hop/issues/7950
### Apache Hop version? 2.17 and 2.18 ### Java version? 17 ### Operating system Linux ### What happened? In the documentation of the ROUND(A,B) of the Calculator transform, we can see that the default round mode used is HALF_EVEN: https://hop.apache.org/manual/latest/pipeline/transforms/calculator.html But in the source code, the default used is Const.ROUND_HALF_CEILING: https://github.com/apache/hop/blob/0d14622d73918027c1e4d59cc648d32010044d57/core/src/main/java/org/apache/hop/core/row/ValueDataUtil.java#L77 As this default is set in the core module, do we want to update the source code or update the documentation? ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- 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]
