Skip to content

[Java] Remove reader index and writer index from ArrowBuf #272

@asfimport

Description

@asfimport

Reader and writer index and functionality doesn't belong on a chunk of memory and is due to inheritance from ByteBuf. As part of removing ByteBuf inheritance, we should also remove reader and writer indexes from ArrowBuf functionality. It wastes heap memory for rare utility. In general, a slice can be used instead of a reader/writer index pattern.

Reporter: Jacques Nadeau / @jacques-n

PRs and other links:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions