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

Parquet ArrowWriter Ignores Nulls in Dictionary Values #4690

Closed
tustvold opened this issue Aug 11, 2023 · 2 comments · Fixed by #4691
Closed

Parquet ArrowWriter Ignores Nulls in Dictionary Values #4690

tustvold opened this issue Aug 11, 2023 · 2 comments · Fixed by #4691
Assignees
Labels
arrow Changes to the arrow crate bug parquet Changes to the parquet crate

Comments

@tustvold
Copy link
Contributor

tustvold commented Aug 11, 2023

Describe the bug

Currently the ArrowWriter writes dictionaries without checking the null masks of any values present, this is incorrect.

To Reproduce

Expected behavior

Additional context

#4616

@tustvold
Copy link
Contributor Author

label_issue.py automatically added labels {'parquet'} from #4691

@tustvold tustvold added parquet Changes to the parquet crate arrow Changes to the arrow crate labels Aug 15, 2023
@tustvold
Copy link
Contributor Author

label_issue.py automatically added labels {'arrow'} from #4691

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 bug parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant