Commit 374a42f
committed
Panic
For more context: https://github.com/apache/arrow-go/pull/558/changes#r2758798540
This commit makes `UnsafeAppendBoolToBitmap()` for `dictionaryBuilder`
and `RunEndEncodedBuilder` panic. The current implementation pulled
from `arrow/array/builder.go` would leave the builders in invalid states
that would panic when trying to finish a record batch.UnsafeAppendBoolToBitmap for dictionary and REE builders1 parent a6c0a5e commit 374a42f
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
649 | 653 | | |
650 | 654 | | |
651 | 655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
401 | 405 | | |
402 | 406 | | |
403 | 407 | | |
| |||
0 commit comments