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

fix: unwrap dictionaries in CreateNamedStruct #754

Merged
merged 3 commits into from
Aug 2, 2024

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #750

Rationale for this change

Fixes a runtime error

What changes are included in this PR?

Unwrap dictionaries in CreateNamedStruct to avoid schema mismatch error in arrow-rs

How are these changes tested?

New tests

@andygrove andygrove marked this pull request as ready for review August 1, 2024 19:39
@andygrove andygrove requested a review from viirya August 2, 2024 12:45
@andygrove andygrove merged commit 698c1b2 into apache:main Aug 2, 2024
74 checks passed
@andygrove andygrove deleted the struct-unwrap-dict branch August 2, 2024 17:48
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
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 this pull request may close these issues.

CreateNamedStruct fails at runtime on dictionary-encoded string arrays
2 participants