Commits


Matt Topol authored and GitHub committed 9e2d4aa2e87
GH-38395: [Go] fix rounding errors in decimal256 string functions (#38426) ### Rationale for this change Slight modifications to the `ToString` and `FromString` methods of decimal 256 to ensure proper accurate and proper conversion given precision and scale. ### Are these changes tested? Yes * Closes: #38395 Authored-by: Matt Topol <zotthewizard@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>