Commits


Kenneth Jung authored and Micah Kornfield committed 803dd89463c
ARROW-6073: [C++] Reset Decimal128Builder in Finish(). This change updates the FinishInternal implementation in Decimal128Builder to reset the internal state at finish time, honoring the contract for array builders. Closes #4970 from kmjung/arrow-6073 and squashes the following commits: 32fdb8f9d <Kenneth Jung> Reset Decimal128Builder in Finish(). Authored-by: Kenneth Jung <kmj@google.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>