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

arrow-ord: Support sortting StructArray #5559

Open
ParkMyCar opened this issue Mar 27, 2024 · 1 comment
Open

arrow-ord: Support sortting StructArray #5559

ParkMyCar opened this issue Mar 27, 2024 · 1 comment
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@ParkMyCar
Copy link

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Problem, I need to sort a StructArray and it doesn't seem to currently be possible.

Describe the solution you'd like

Ideally the arrow_ord::sort::sort(...) would support StructArray. pyarrow.StructArray supports this, so I believe it should be possible.

Describe alternatives you've considered

It doesn't seem like there are alternatives, it's just a missing API. Would love to hear though if there are ways to get a sorted StructArray!

Additional context
N/a

@ParkMyCar ParkMyCar added the enhancement Any new improvement worthy of a entry in the changelog label Mar 27, 2024
@tustvold
Copy link
Contributor

Duplicate of #5426

@tustvold tustvold marked this as a duplicate of #5426 Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants