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

Support casting from/to between FixedSizeList and List #4426

Closed
2 of 3 tasks
jayzhan211 opened this issue Jun 17, 2023 · 0 comments · Fixed by #5360
Closed
2 of 3 tasks

Support casting from/to between FixedSizeList and List #4426

jayzhan211 opened this issue Jun 17, 2023 · 0 comments · Fixed by #5360
Assignees
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@jayzhan211
Copy link
Contributor

jayzhan211 commented Jun 17, 2023

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

Ref apache/datafusion#6560, we need casting from FixedSizeList to List
In general, casting from/to between these two types are helpful

Describe the solution you'd like

Casting between FixedSizeList and List in arrow-cast/src/cast.rs

Describe alternatives you've considered

Additional context

I will work on other issues first, welcome to work on Cast FixedSizeList from List if interested

@jayzhan211 jayzhan211 added the enhancement Any new improvement worthy of a entry in the changelog label Jun 17, 2023
@wjones127 wjones127 self-assigned this Nov 16, 2023
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

Successfully merging a pull request may close this issue.

2 participants