Commits


David Li authored and Antoine Pitrou committed bdbd1b361f9
ARROW-10606: [C++] Implement Decimal256 casts This likely needs more testing, especially where I had to implement functionality in (Basic)Decimal256. Also, we may want to extend the scalar cast benchmarks to cover decimals. There's also potentially some redundancy to eliminate in the tests. Closes #9751 from lidavidm/arrow-10606 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>