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

[Rust] StreamReader, read_dictionary duplicating schema info #26731

Closed
asfimport opened this issue Dec 2, 2020 · 1 comment
Closed

[Rust] StreamReader, read_dictionary duplicating schema info #26731

asfimport opened this issue Dec 2, 2020 · 1 comment

Comments

@asfimport
Copy link

The read_dictionary function takes both an ipc schema and a Schema, but it can get the information it needs from just the Schema. Then the StreamReader doesn't need to keep the ipc schema bytes around, because it also has the Schema.

The Flight integration test code needs to read dictionaries as well, and it seemed overly complex to need both kinds of schemas. PR coming!

Reporter: Carol Nichols / @carols10cents
Assignee: Carol Nichols / @carols10cents

PRs and other links:

Note: This issue was originally created as ARROW-10791. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Neville Dipale / @nevi-me:
Issue resolved by pull request 8820
#8820

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant