Skip to content

New crates for take and partition kernels (for use by REE) #9737

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As we implement REE across the codebase it turns out that two kernels are important for many operations: take and partition

However, these kernels are in arrow-ord and arrow-cmp crates

This came up in at least two PRs

Describe the solution you'd like
I propose we split these kernels into their own new crates to reduce the dependencies.

SOmething like

  • arrow-take
  • arrow-partition (I am not sure this will be possible given that partition uses comparisons)

Describe alternatives you've considered
@Weijun-H has a proposal here of how to remove in arrow-rcast

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions