Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is part of the larger project to implement StringViewArray -- see #5374
In #5481 we added support for StringViewArray and ByteViewArray.
This ticket tracks supporting StringViewArray and ByteViewArray to the display / pretty printing code so that such arrays can be properly formatted / displayed
Describe the solution you'd like
- Add
StringViewArray and ByteViewArray support to ArrayFormatter
- Add tests,
- Add tests / support for
pretty_format_batches
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is part of the larger project to implement
StringViewArray-- see #5374In #5481 we added support for
StringViewArrayandByteViewArray.This ticket tracks supporting
StringViewArrayandByteViewArrayto the display / pretty printing code so that such arrays can be properly formatted / displayedDescribe the solution you'd like
StringViewArrayandByteViewArraysupport toArrayFormatterpretty_format_batchesDescribe alternatives you've considered
Additional context