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

[Format] Permit dictionary replacements in IPC protocol #22191

Closed
asfimport opened this issue Jun 27, 2019 · 3 comments
Closed

[Format] Permit dictionary replacements in IPC protocol #22191

asfimport opened this issue Jun 27, 2019 · 3 comments

Comments

@asfimport
Copy link

asfimport commented Jun 27, 2019

We permit dictionaries to grow using the isDelta property in the IPC protocol. I think it should be allowed for the same dictionary ID to appear in an IPC protocol stream but with isDelta=false. This would indicate that the dictionary in that message is to replace any prior-observed ones in subsequent record batches.

For example, we might have dictionary batches in a stream:

id: 0 isDelta: false values: [a, b, c]
id: 0 isDelta: true values [d]
id 0 isDelta: false values [c, a, b]

Such data could easily be produced by a stream producer that is creating dictionaries in different execution threads.

Reporter: Wes McKinney / @wesm

Related issues:

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

@asfimport
Copy link
Author

Wes McKinney / @wesm:
I think this may be resolved now? @emkornfield

@asfimport
Copy link
Author

Micah Kornfield / @emkornfield:
yes, I think this duplicate ARROW-7283

@asfimport
Copy link
Author

Todd Farmer / @toddfarmer:
Transitioning issue from Resolved to Closed to based on resolution field value.

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