Commit 803dd89
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 apache#4970 from kmjung/arrow-6073 and squashes the following commits:
32fdb8f <Kenneth Jung> Reset Decimal128Builder in Finish().
Authored-by: Kenneth Jung <kmj@google.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>1 parent d2b65ea commit 803dd89
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1755 | 1755 | | |
1756 | 1756 | | |
1757 | 1757 | | |
| 1758 | + | |
1758 | 1759 | | |
1759 | 1760 | | |
1760 | 1761 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments