-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: ArrowBackedExtensionArray #46008
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
Labels
Comments
@xhochy is there anything worth upstreaming from fletcher? Or maybe fletcher is a better home for this? |
@mroeschke closeable? |
Yeah will close with #49000 |
Looks good 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should refactor out parts of
ArrowStringArray
andtests.extension.arrow.arrays.ArrowExtensionArray
that can be re-used for more general arrow-based EAs.A couple of questions that came up in my first pass at this (cc @jorisvandenbossche):
nbytes
in ArrowExtensionArray more robust/correct than the one in ArrowStringArray?_concat_same_type
methods equivalent? Usable for the general case?The text was updated successfully, but these errors were encountered: