You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor: Support BinaryView and StringView builders in make_builder (apache#7931)
# 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?
No
0 commit comments