-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Java] ListViewVector
Implementation copy implementation
#41270
Labels
Comments
17 tasks
vibhatha
changed the title
[Java] ListView Implementation copy implementation
[Java] Apr 18, 2024
ListViewVector
Implementation copy implementation
15 tasks
lidavidm
pushed a commit
that referenced
this issue
May 16, 2024
### Rationale for this change Apache Arrow format defines ListView and this has been introduced into other language bindings and the objective of this PR is to provide the initial ListView support to Java by adding `ListViewVector`. ### Non-Goals The following list of issues propose the extended work depending on this PR. They were separated to streamline the implementation process. - [ ] #41272 - [ ] #41286 - [ ] #41290 - [ ] #41288 - [ ] #41289 - [ ] #41269 - [ ] #41291 - [ ] #41292 - [ ] #41270 - [ ] #41293 - [ ] #41294 - [ ] #41569 - [ ] #41570 - [ ] #41584 - [ ] #41585 ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #41287 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
vibhatha
added a commit
to vibhatha/arrow
that referenced
this issue
May 25, 2024
### Rationale for this change Apache Arrow format defines ListView and this has been introduced into other language bindings and the objective of this PR is to provide the initial ListView support to Java by adding `ListViewVector`. ### Non-Goals The following list of issues propose the extended work depending on this PR. They were separated to streamline the implementation process. - [ ] apache#41272 - [ ] apache#41286 - [ ] apache#41290 - [ ] apache#41288 - [ ] apache#41289 - [ ] apache#41269 - [ ] apache#41291 - [ ] apache#41292 - [ ] apache#41270 - [ ] apache#41293 - [ ] apache#41294 - [ ] apache#41569 - [ ] apache#41570 - [ ] apache#41584 - [ ] apache#41585 ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: apache#41287 Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
4 tasks
lidavidm
pushed a commit
that referenced
this issue
Aug 1, 2024
#43077) ### Rationale for this change This PR contains the multiple components which are mainly required to add the C Data interface for `ListViewVector`. This PR solves the following major issues associated with this exercise. #### What changes are included in this PR? - [x] #41269 - [x] #41270 Apart from that, the following features have also been added - [x] JSON Writer/Reader - [x] Complex Writer functionality ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, we are introducing the usage of `listview` instead of `list`, `startListView` instead of `startList` and `endListView` instead of `endList` for `ListView` related APIs in building the `ListViewVector`. * GitHub Issue: #41569 Authored-by: Vibhatha Abeykoon <vibhatha@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Closed by #41569 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Implement
copyFrom
andcopyFromSafe
functions inListViewVector
.Component(s)
Java
The text was updated successfully, but these errors were encountered: