apache / apache/arrow

[C++]: Support tail in FetchNode

Open
#34,942 1 comment 0 reactions 0 assignees View on GitHub
Component: C++ Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

See discussion in #34437. My workaround of reversing the sort, taking head, and re-reversing is inefficient and is not possible when the data has implicit order.

### Component(s)

C++

Contributor guide

Open the contributing guide

Research direction

Start by reading the discussion in #34437 and locating the C++ FetchNode implementation. Compare the requested tail behavior with the existing head behavior, especially for data with implicit order; done means tail works without reversing the sort and re-reversing the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.