I am new to the community, so apologies for not following customs. I have a simple math formula to calculate differences between two columns. The result of the calculation has several extra decimals added which makes it seems as though they don’t reconcile. The purpose of the exercise is to reconcile the two columns and more for xx million rows.
I’ve read that it’s an issue with Java double format, but I have yet to find a sustainable solution beyond rounding. Could anyone help me please?
Yes, that is the interesting read I’ve done. However, there’s no real solution to the use of GroupBy and Math calculation which results in random differences.
To be harsh, having to defend the choice of software to a client is not particularly easy, when the software can’t add and subtract properly.