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-cast: Support FixedSizeBinary packing #6666

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

metalmatze
Copy link

@metalmatze metalmatze commented Oct 31, 2024

Which issue does this PR close?

Closes #6665.

Rationale for this change

The added code seems to be where the casting and packing is handled.

What changes are included in this PR?

Are there any user-facing changes?

No, I don't think so.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Oct 31, 2024
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add tests please

@alamb alamb marked this pull request as draft November 7, 2024 22:44
@alamb
Copy link
Contributor

alamb commented Nov 7, 2024

Marking as draft as this is not waiting on any more feedback -- please mark it as ready for review when it is time.

Extending the existing tests should be straightforward -- let us know if you need help @metalmatze

Thanks for the contribution

@metalmatze
Copy link
Author

Thanks, everyone!
Happy to add tests.
I couldn't find any initially, and now I can't seem to find the ones you're referencing. Are they in a different directory?

@alamb
Copy link
Contributor

alamb commented Nov 13, 2024

Thanks, everyone! Happy to add tests. I couldn't find any initially, and now I can't seem to find the ones you're referencing. Are they in a different directory?

Perhaps you could follow the model of

fn test_cast_utf8_dict() {
?

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[arrow-cast] Unsupported output type for dictionary packing: FixedSizeBinary(16)
3 participants