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

[C++] Implement functions to conform unequal dictionaries amongst multiple Arrow arrays #16191

Closed
asfimport opened this issue Feb 13, 2017 · 2 comments

Comments

@asfimport
Copy link

We may wish to either

  • Conform the dictionary indices to reference a common dictionary
  • Concatenate indices into a new array with a common dictionary

This is related to in-memory dictionary encoding, as you start with a partially-built dictionary and then add entries as you observe new ones in other dictionaries, all the while "rebasing" indices to consistently reference the same dictionary at the end

Reporter: Wes McKinney / @wesm
Assignee: Antoine Pitrou / @pitrou

PRs and other links:

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

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
Does it make sense to make those a kernel or rather a DictionaryArray method?

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 3165
#3165

@asfimport asfimport added this to the 0.12.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

2 participants