Skip to content

Pull requests: apache/arrow-rs

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Document repetition / definition levels more parquet Changes to the parquet crate
#10101 opened Jun 9, 2026 by alamb Contributor Draft
Minor: Add interleave tests for List<Decimal128> and List<Timestamp(tz)> arrow Changes to the arrow crate
#10099 opened Jun 9, 2026 by alamb Contributor Loading…
Add arrow-flight test coverage for IPC compression arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate
#10097 opened Jun 9, 2026 by alamb Contributor Loading…
replace .md templates with.yaml development-process Related to development process of arrow-rs
#10096 opened Jun 9, 2026 by sdf-jkl Contributor Loading…
[10017] Slice REE values along with run_ends arrow Changes to the arrow crate
#10094 opened Jun 9, 2026 by Rich-T-kid Contributor Loading…
chore(deps): bump pyspark from 3.3.2 to 3.4.4 in /parquet/pytest dependencies Pull requests that update a dependency file parquet Changes to the parquet crate python
#10091 opened Jun 8, 2026 by dependabot Bot Loading…
arrow-buffer: implement Saturating, Checked num-traits for i256 arrow Changes to the arrow crate
#10088 opened Jun 6, 2026 by theirix Contributor Loading…
Use snipsnap for Snappy compression arrow Changes to the arrow crate arrow-avro arrow-avro crate parquet Changes to the parquet crate
#10086 opened Jun 6, 2026 by Dandandan Contributor Draft
optimize(parquet): Nested list batching child.write calls parquet Changes to the parquet crate
#10085 opened Jun 6, 2026 by mapleFU Member Loading…
bench(parquet): add nested list writer benchmarks parquet Changes to the parquet crate
#10084 opened Jun 6, 2026 by mapleFU Member Loading…
Use Metadata struct instead of HashMap<String, String> for metadata: Ordered; cheap to clone api-change Changes to the arrow API arrow Changes to the arrow crate arrow-avro arrow-avro crate next-major-release the PR has API changes and it waiting on the next major version parquet Changes to the parquet crate
#10075 opened Jun 4, 2026 by emilk Contributor Loading…
Minor: improve PageStore docs with a temp-file spilling example documentation Improvements or additions to documentation parquet Changes to the parquet crate
#10074 opened Jun 4, 2026 by alamb Contributor Loading…
ci: Split miri tests into 4 parallel shards
#10067 opened Jun 4, 2026 by AdamGS Contributor Loading…
perf(parquet): use SVE gather for dictionary decode on AArch64 parquet Changes to the parquet crate
#10066 opened Jun 4, 2026 by wuleiwuleiwulei Loading…
Add tests and fix corner cases for Parquet/GeoArrow extension type conversion parquet Changes to the parquet crate
#10065 opened Jun 3, 2026 by paleolimbot Member Loading…
[8016]Support writing hydrated REE arrays to Parquet parquet Changes to the parquet crate
#10064 opened Jun 3, 2026 by Rich-T-kid Contributor Loading…
fix: realign FFI buffers before validation in from_ffi (#10034) arrow Changes to the arrow crate
#10060 opened Jun 3, 2026 by sjhddh Loading…
fix(arrow-arith): avoid intermediate overflow in Decimal256 division arrow Changes to the arrow crate
#10059 opened Jun 3, 2026 by sjhddh Loading…
docs(arrow-select): document the InProgressArray copy methods arrow Changes to the arrow crate
#10057 opened Jun 3, 2026 by alamb Contributor Draft
docs(arrow-select): document FilterSelection / FilterPredicate::selection (docs for #9755) arrow Changes to the arrow crate
#10056 opened Jun 3, 2026 by alamb Contributor Draft
test(arrow-select): additional tests for inline-view filter fast path (tests for #9755) arrow Changes to the arrow crate
#10054 opened Jun 3, 2026 by alamb Contributor Loading…
test(arrow-select): add take_bytes coverage for sliced values and nullable offset overflow arrow Changes to the arrow crate
#10053 opened Jun 2, 2026 by alamb Contributor Loading…
Avoid an extra copy in SerializedRowGroupWriter parquet Changes to the parquet crate performance
#10052 opened Jun 2, 2026 by alamb Contributor Loading…
Consolidate filter_null_mask into FilterPredicate::filter_nulls arrow Changes to the arrow crate
#10049 opened Jun 2, 2026 by alamb Contributor Loading…
optimize(concat): concat map implementation arrow Changes to the arrow crate performance
#10048 opened Jun 2, 2026 by mapleFU Member Loading…
ProTip! Filter pull requests by the default branch with base:main.