Commits


David Li authored and Antoine Pitrou committed 01b4caa7bcf
ARROW-13558: [C++] Validate decimal arrays/scalars Split out of ARROW-13130. This also adjusts various tests generating random decimals, though in a very imprecise way (such that we aren't generating the full range of possible decimals for a given precision). Closes #11322 from lidavidm/arrow-13558 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>