Skip to content

python: support arrow reader row limits#10

Draft
abnobdoss wants to merge 1 commit into
aba-162-arrow-reader-exact-schemafrom
aba-163-arrow-reader-limit
Draft

python: support arrow reader row limits#10
abnobdoss wants to merge 1 commit into
aba-162-arrow-reader-exact-schemafrom
aba-163-arrow-reader-limit

Conversation

@abnobdoss
Copy link
Copy Markdown
Owner

Stack position: Rust PR after #9 (ABA-163).

Adds max_rows support to pyiceberg_core ArrowReader so native RecordBatchReader output can preserve PyIceberg DataScan.limit semantics.

Validation reported by implementer:

  • cd bindings/python && uv run maturin develop
  • cd bindings/python && uv run --no-sync pytest tests/test_scan.py

Current status: draft, under Codex red-team review. Known red-team focus: whether max_rows over-reads one extra batch, max_rows=0, batch slicing behavior, and stream termination semantics.

@abnobdoss abnobdoss force-pushed the aba-162-arrow-reader-exact-schema branch 2 times, most recently from 8432ca9 to 0844a9e Compare May 25, 2026 02:08
@abnobdoss abnobdoss force-pushed the aba-163-arrow-reader-limit branch from 2d504a4 to 526ded8 Compare May 25, 2026 02:12
@abnobdoss abnobdoss force-pushed the aba-162-arrow-reader-exact-schema branch from 0844a9e to 78787c0 Compare May 25, 2026 02:21
@abnobdoss abnobdoss force-pushed the aba-163-arrow-reader-limit branch from 526ded8 to 5d38ae2 Compare May 25, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant