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

Finalize run-end-encoding support #510

Open
paleolimbot opened this issue Jun 7, 2024 · 0 comments
Open

Finalize run-end-encoding support #510

paleolimbot opened this issue Jun 7, 2024 · 0 comments

Comments

@paleolimbot
Copy link
Member

After #507 we have REE support! There are a few places this still needs to be integrated:

  • Integration tests
  • R bindings
  • Python bindings
  • Potentially a helper for iterating along it or resolving an element out of it (e.g., using a binary search). This might also be combined with a helper for dictionary arrays to help consumers support a wider variety of the new encodings

Also, we should review the C++ implementation for more utilities/gotchas/cases we need to ensure validate (or fail to validate) as per #507 (comment)

https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/ree_util.h
and
https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/ree_util.cc
are good sources to look at.

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