Commit dfe907f
authored
Minor: Support BinaryView and StringView builders in
# Which issue does this PR close?
- Closes #NNN.
This is minor but I can create an issue if needed.
# Rationale for this change
`make_builder` currently errors with `Data type Utf8View is not
currently supported`.
# What changes are included in this PR?
Support `DataType::Utf8View` and `DataType::BinaryView` in
`make_builder`.
# Are these changes tested?
Only via the exhaustive enum match. It doesn't look like there are any
tests for `make_builder` in that file?
# Are there any user-facing changes?
Nomake_builder (#7931)1 parent 7089786 commit dfe907f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| 450 | + | |
450 | 451 | | |
451 | 452 | | |
452 | 453 | | |
| |||
464 | 465 | | |
465 | 466 | | |
466 | 467 | | |
| 468 | + | |
467 | 469 | | |
468 | 470 | | |
469 | 471 | | |
| |||
0 commit comments