Commits

Pindikura Ravindra authored 1f49604498d
ARROW-4653: [C++] Fix bug in decimal multiply - fixed a bug which was causing multiply to return an incorrect value when both args are -ve. Author: Pindikura Ravindra <ravindra@dremio.com> Closes #3728 from pravindra/multbug and squashes the following commits: 7a7b0c2e <Pindikura Ravindra> ARROW-4653: Fix bug in decimal multiply