-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39982: [Java] Add RunEndEncodedVector #39981
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
@danepitkin Ping me when you need a review. |
|
Hi, @danepitkin I am really looking forward to this feature. Is this PR ready to be reviewed? |
Hi @ViggoC , no this has been paused on my end for quite some time. I might be able to work on it for the Arrow v18 release. Feel free to take it over if needed earlier! |
@danepitkin I can do that, but I have no idea how to add a new vector. Would you point me to some reading material, or just left some TODO comment to show me which part need to be implemented. |
Take a look at @vibhatha PRs and find the PRs where he is adding support for |
@felipecrv thanks for your info. |
Potentially superceded by #43888 |
WIP
Rationale for this change
Add REE vectors to the Java implementation as per the Arrow spec.
What changes are included in this PR?
WIP
Are these changes tested?
WIP
Are there any user-facing changes?
Yes, additional features are added.