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

Any way to support dictionary encoded columns with ARROW_CHUNK_ROWS? #37

Open
nugend opened this issue Nov 14, 2023 · 0 comments
Open

Comments

@nugend
Copy link
Contributor

nugend commented Nov 14, 2023

At the moment this throws an unequal length arrays error when attempting to pass the dictionary and indices in for a column represented that way.

The functionality is definitely supported by the AtrowStream format. It seems like the issue is that the MakeDictionary function and the MakeChunkedArray function don’t play nicely together. I’m not sure what the preferred solution is. I’m happy to handle preparing the value array manually and passing the indices in with an explicit reference if that’s what’s needed.

If you want to handle it in the library, my guess is you could handle the values and indices in separate passes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant