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
Sort

Pull requests list

add guidelines for choosing panics or error results
#6958 opened Jan 9, 2025 by jp0317 Loading…
[53.0.0_maintenance] [arrow-cast] Support cast boolean from/to string view (#6822) arrow Changes to the arrow crate
#6957 opened Jan 8, 2025 by alamb Loading…
[53.0.0_maintenance] Enable matching temporal as from_type to Utf8View (#6872) arrow Changes to the arrow crate
#6956 opened Jan 8, 2025 by alamb Loading…
[Parquet] Fix slow dictionary encoding of NaN float values parquet Changes to the parquet crate
#6953 opened Jan 8, 2025 by adamreeve Loading…
Improve ParquetRecordBatchStreamBuilder docs / examples documentation Improvements or additions to documentation parquet Changes to the parquet crate
#6948 opened Jan 6, 2025 by alamb Loading…
Add peek_next_page_offset to SerializedPageReader parquet Changes to the parquet crate
#6945 opened Jan 6, 2025 by XiangpengHao Loading…
feat(arrow-ipc) Add: Support FileReader and StreamReader skip array data validation arrow Changes to the arrow crate
#6938 opened Jan 4, 2025 by totoroyyb Loading…
2
8
add binary support in arrow-string arrow Changes to the arrow crate
#6926 opened Dec 31, 2024 by rluvaton Loading…
feat(arrow-array): add BinaryArrayType similar to StringArrayType arrow Changes to the arrow crate
#6924 opened Dec 31, 2024 by rluvaton Loading…
feat(arrow-array): add from_iter for DictionaryArray for building BinaryDictionaryArray api-change Changes to the arrow API arrow Changes to the arrow crate
#6922 opened Dec 31, 2024 by rluvaton Loading…
[object_store] Support MD5 checksum in attributes object-store Object Store Interface
#6915 opened Dec 26, 2024 by tzembo Loading…
test(arrow-ord): remove duplicate logic and make it easier to add tests arrow Changes to the arrow crate
#6913 opened Dec 26, 2024 by rluvaton Loading…
feat(arrow-ord): support boolean in rank and sorting list of booleans arrow Changes to the arrow crate
#6912 opened Dec 26, 2024 by rluvaton Loading…
Support interval multiplication and division by arbitrary numerics arrow Changes to the arrow crate
#6906 opened Dec 19, 2024 by milevin Loading…
Fix: Support for e notation using existing parse_decimal in string to decimal conversion api-change Changes to the arrow API arrow Changes to the arrow crate next-major-release the PR has API changes and it waiting on the next major version
#6905 opened Dec 19, 2024 by himadripal Loading…
Allow hints for upcasting parquet to arrow integer types parquet Changes to the parquet crate
#6892 opened Dec 17, 2024 by gruuya Draft
expose get_or_insert_key and some optimization function for dict arrow Changes to the arrow crate
#6876 opened Dec 12, 2024 by rluvaton Draft
1 task done
Create Specific builder for typed builder trait and easier to use for lists arrow Changes to the arrow crate
#6863 opened Dec 10, 2024 by rluvaton Draft
4 tasks
Report uncompressed column size as a statistic parquet Changes to the parquet crate
#6848 opened Dec 6, 2024 by AdamGS Draft
deduplicate variadic buffers in MutableArrayData::extend for ByteView arrays arrow Changes to the arrow crate
#6808 opened Nov 27, 2024 by onursatici Loading…
Add support StringView / BinaryView in interleave kernel arrow Changes to the arrow crate
#6779 opened Nov 23, 2024 by onursatici Loading…
ProTip! Exclude everything labeled bug with -label:bug.