Skip to content

[Java] Add support for sliced arrays in C Data Interface #251

@asfimport

Description

@asfimport

The Java implementation of the C Data Interface does not support non-0-offset arrays. This means that arrays like pyarrow.array([0, None, 2, 3, 4]).slice(1, 2) cannot be moved to a Java process. This is not even documented as required by the spec because it was an oversight.

 

Reporter: Roee Shlomo / @roee88

Related issues:

Note: This issue was originally created as ARROW-14474. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions