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

Arrow language follow up #9118

Closed
3 tasks
hubertp opened this issue Feb 21, 2024 · 1 comment
Closed
3 tasks

Arrow language follow up #9118

hubertp opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
l-apache-arrow InMemory Table move to Apache Arrow p-medium Should be completed in the next few sprints

Comments

@hubertp
Copy link
Collaborator

hubertp commented Feb 21, 2024

Building on the work in #8512 we need to:

  • merge nonnull buffer with data buffer (Arrow language #8512 (comment)) as indirectly implied by the specification
  • support InteropLibrary.isPointer for the address of the array
  • add examples of foreign arrow ... to std library tests
@hubertp hubertp added p-medium Should be completed in the next few sprints l-apache-arrow InMemory Table move to Apache Arrow labels Feb 21, 2024
@hubertp hubertp self-assigned this Feb 21, 2024
mergify bot pushed a commit that referenced this issue Mar 8, 2024
Including arrow language in the distribution by default. Added a basic example for creating an Arrow array.
Making sure that memory layout agrees with Arrow specification (padding, continuous allocation of memory chunks).
Related to #9118.

This should unblock work on allowing serialization/deserialization to/from Parquet but I'd like to delay it to a follow up ticket as it is going to be a significant amount of specialized work.
@hubertp
Copy link
Collaborator Author

hubertp commented Mar 15, 2024

Fixed with #9150

@hubertp hubertp closed this as completed Mar 15, 2024
@github-project-automation github-project-automation bot moved this from ❓New to 🟢 Accepted in Issues Board Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l-apache-arrow InMemory Table move to Apache Arrow p-medium Should be completed in the next few sprints
Projects
Archived in project
Development

No branches or pull requests

1 participant