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

Use concat to simplify Struct scalar creation #9145

Closed
alamb opened this issue Feb 7, 2024 · 0 comments · Fixed by #9174
Closed

Use concat to simplify Struct scalar creation #9145

alamb opened this issue Feb 7, 2024 · 0 comments · Fixed by #9174

Comments

@alamb
Copy link
Contributor

alamb commented Feb 7, 2024

          What do you think about using https://docs.rs/arrow/latest/arrow/compute/kernels/concat/index.html here? I think you should be able to simply concat the arrays together without having to have special handling (and if concat doesn't support `StructArray` we can potentially file a ticket upstream in arrow-rs)

Originally posted by @alamb in #7893 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant