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

Read/write nested dictionary in ipc stream reader/writer #1565

Closed
viirya opened this issue Apr 13, 2022 · 0 comments · Fixed by #1566
Closed

Read/write nested dictionary in ipc stream reader/writer #1565

viirya opened this issue Apr 13, 2022 · 0 comments · Fixed by #1566
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@viirya
Copy link
Member

viirya commented Apr 13, 2022

Describe the bug
This is encountered when I'm looking at generate_nested_dictionary_case in integration test failures. Similar to #1549 but this is both related to writer and reader. Currently the write doesn't produce nested dictionaries too, so the reader cannot read nested dictionaries.

To Reproduce
Put a test in the PR.

Expected behavior
Can write/read nested dictionary correctly.

Additional context
Add any other context about the problem here.

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 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