Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display support for StringViewArray and BinaryViewArray #5509

Closed
Tracked by #5374
alamb opened this issue Mar 14, 2024 · 1 comment · Fixed by #5634
Closed
Tracked by #5374

Display support for StringViewArray and BinaryViewArray #5509

alamb opened this issue Mar 14, 2024 · 1 comment · Fixed by #5634
Assignees
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@alamb
Copy link
Contributor

alamb commented Mar 14, 2024

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

  1. Add StringViewArray and ByteViewArray support to ArrayFormatter
  2. Add tests,
  3. Add tests / support for pretty_format_batches

Describe alternatives you've considered

Additional context

@alamb alamb added arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog labels Mar 14, 2024
@alamb
Copy link
Contributor Author

alamb commented Apr 12, 2024

I need this feature to debug #5557, so I am going to work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant