hansva commented on PR #6149: URL: https://github.com/apache/hop/pull/6149#issuecomment-3629041268
I think both your columns were integers in this case, so I do not think this documentation change is correct. what does happen is when number A is an integer and number B isn't the result will still be an Integer (whole) number. It won't magically become a number. I would have to double check but It follows the rules of precision too. if you have 2 numbers and number A has a 2 digit percision and number B has 4 digit precision the result will remain 2 digit precision. -- 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]
