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

[Parquet] Add BooleanArray based row selection parquet Changes to the parquet crate
#6624 opened Oct 24, 2024 by XiangpengHao Contributor Draft updated Nov 25, 2025
Refactor nullif to use bitmap layout contract and buffer bitwise APIs arrow Changes to the arrow crate
#8877 opened Nov 19, 2025 by joe-ucp Loading… updated Nov 28, 2025
Add BooleanArray::binary/unary helpers backed by buffer bitwise APIs arrow Changes to the arrow crate
#8876 opened Nov 19, 2025 by joe-ucp Draft updated Dec 3, 2025
Check level byte length to avoid panic parquet Changes to the parquet crate
#8889 opened Nov 20, 2025 by rambleraptor Contributor Draft updated Dec 5, 2025
Add union to opaque comparisons arrow Changes to the arrow crate
#8896 opened Nov 20, 2025 by friendlymatthew Contributor Draft updated Dec 8, 2025
[Parquet] Add test to verify heap size calculation parquet Changes to the parquet crate
#8925 opened Nov 26, 2025 by adamreeve Contributor Loading… updated Dec 10, 2025
[DRAFT] Perf: vectorize take_bits (up to 2.5x speedup) arrow Changes to the arrow crate
#8967 opened Dec 8, 2025 by gstvg Contributor Draft updated Dec 11, 2025
WIP: Boolean mask backed RowSelection arrow Changes to the arrow crate parquet Changes to the parquet crate
#8902 opened Nov 21, 2025 by alamb Contributor Draft updated Dec 13, 2025
2 of 7 tasks
perf: override default implementation in ArrayIter with dedicated null/non-nullable versions arrow Changes to the arrow crate
#8697 opened Oct 23, 2025 by rluvaton Member Draft updated Dec 15, 2025
page-index-types api-change Changes to the arrow API next-major-release the PR has API changes and it waiting on the next major version parquet Changes to the parquet crate
#8894 opened Nov 20, 2025 by joe-ucp Draft updated Dec 18, 2025
Fix byte_range to not panic on parquet api-change Changes to the arrow API parquet Changes to the parquet crate
#8687 opened Oct 22, 2025 by rambleraptor Contributor Draft updated Dec 25, 2025
feat(parquet): add async support for wasm targets parquet Changes to the parquet crate
#8460 opened Sep 26, 2025 by HoKim98 Draft updated Dec 25, 2025
Added capability to fetch dictionary values parquet Changes to the parquet crate
#9011 opened Dec 17, 2025 by DarkWanderer Draft updated Dec 28, 2025
Expose memory tracking API to Array and ArrayData arrow Changes to the arrow crate
#8040 opened Aug 5, 2025 by waynexia Member Draft updated Jan 8, 2026
Switch from ryu -> zmij for float formatting arrow Changes to the arrow crate
#9047 opened Dec 26, 2025 by cijiugechu Draft updated Jan 9, 2026
parquet: adjust bloom filter (sbbf) sizing for better fpp and cache efficiency parquet Changes to the parquet crate
#9206 opened Jan 17, 2026 by jimexist Member Loading… updated Jan 17, 2026
parquet-concat: handle large number of files. parquet Changes to the parquet crate
#8651 opened Oct 18, 2025 by torgebo Draft updated Jan 21, 2026
Speedup try_binary arrow Changes to the arrow crate
#9249 opened Jan 22, 2026 by Dandandan Contributor Draft updated Jan 23, 2026
Add decimal <-> float16 cast support arrow Changes to the arrow crate
#9198 opened Jan 15, 2026 by UtkarshSahay123 Contributor Draft updated Jan 27, 2026
Allow extensions to arrow-json decoder and include an extension for variant arrow Changes to the arrow crate parquet-variant parquet-variant* crates
#9021 opened Dec 19, 2025 by debugmiller Loading… updated Jan 27, 2026
[WIP] Explore fancier custom JSON decoding arrow Changes to the arrow crate parquet-variant parquet-variant* crates
#9259 opened Jan 24, 2026 by scovich Contributor Draft updated Jan 27, 2026
perf: skip bound checks in take native for better performance arrow Changes to the arrow crate
#9277 opened Jan 27, 2026 by rluvaton Member Draft updated Jan 28, 2026
Add additional testing coverage for multiple pushdown filters and entirely skipped page parquet Changes to the parquet crate
#9281 opened Jan 27, 2026 by alamb Contributor Draft updated Jan 29, 2026
2 of 4 tasks
feat: add with_nulls to PrimitiveArray, BooleanArray, and GenericByte… arrow Changes to the arrow crate
#9141 opened Jan 11, 2026 by keirsalterego Loading… updated Jan 30, 2026
Define Array methods for working with ArrayRef arrow Changes to the arrow crate
#9295 opened Jan 29, 2026 by scovich Contributor Loading… updated Jan 31, 2026
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.