Sign in
apache
/
arrow-rs
/
HEAD
35fda7c
Enable more clippy lints (#10673)
by Emil Ernerfeldt
· 7 hours ago
main
bfa90af
seal ToByteSlice trait (#10701)
by RIchard Baah
· 7 hours ago
5ce0ebe
minor: fix benchmark name (#10705)
by RIchard Baah
· 27 hours ago
d67185b
introduce take_n_true benchmark (#10703)
by RIchard Baah
· 28 hours ago
ae4becb
[Variant] add `variant_to_arrow` union builder (#10313)
by Kosta Tarasov
· 32 hours ago
a5845cc
Enable `allow_attributes` lint for `arrow-ipc` (#10700)
by WaterWhisperer
· 2 days ago
2cc31af
GH-10676: Fix IPC StreamReader projected schema (#10677)
by anchor
· 2 days ago
895a2f2
fix(arrow-arith): handle sliced boolean arrays in and_not (#10699)
by yongster
· 2 days ago
92dabfa
chore(deps): bump futures from 0.3.33 to 0.3.34 in the all-other-cargo-deps group across 1 directory (#10682)
by dependabot[bot]
· 2 days ago
9a5d9e9
Re-export `rand` crate in `arrow::util` (#10687)
by RIchard Baah
· 2 days ago
3ef12f7
chore: fix `.gitattributes` to not mark `arrow-ipc/src/gen/mod.rs` as generated (#10681)
by Jeffrey Vo
· 2 days ago
b5794fb
perf(parquet): avoid redundant copies in mask-backed intersection/union (#10446)
by Huaijin
· 3 days ago
901e69f
parquet: Add bit-packing benchmarks (#10667)
by Kosta Tarasov
· 3 days ago
257f5f2
Error instead of silent `Variant::Null` for unimplemented `typed_value` types (#10598)
by Raghvendra Singh
· 3 days ago
a5c18c2
Enable `allow_attributes` lint for flight and variant compute (#10680)
by WaterWhisperer
· 3 days ago
9161d1b
replace MutableBuffer callsites with fallible methods (#10641)
by RIchard Baah
· 3 days ago
3b75eb0
Add `ListArray::value_field` accessor (#10661)
by Emil Ernerfeldt
· 3 days ago
76326e8
fix(arrow-ipc): return an error instead of panicking on malformed IPC schema (#10647)
by Aditya Mishra
· 3 days ago
e6dbdbd
Support Utf8View and BinaryView in substring (#10672)
by Stefan Wang
· 3 days ago
c87638f
fix(ffi): make FFI struct fields private to close Drop soundness hole (#10431)
by Aditya Mishra
· 4 days ago
df38e64
docs: add `# Panics` sections across the workspace (#10656)
by Emil Ernerfeldt
· 4 days ago
eaf21ed
fix: Reject 0 for `write_batch_size`, `data_page_row_count_limit` (#10660)
by Neil Conway
· 4 days ago
6cc8f76
chore(deps): bump taiki-e/install-action from 2.85.10 to 2.85.11 (#10658)
by dependabot[bot]
· 4 days ago
4311767
Enable `allow_attributes` lint for array and schema crates (#10625)
by WaterWhisperer
· 4 days ago
4f0c3c8
Enable allow_attributes lint for arrow-avro (#10628)
by cakeni
· 5 days ago
b6a12bb
GH-10613: Fix IPC FileReader projected schema (#10627)
by Dhruv Vaishnav
· 5 days ago
78b40bf
GH-10382: Fix CSV RecordBatchReader projected schema (#10611)
by Langning Zhang
· 5 days ago
87c7c3d
bench(parquet): cover nullable and repeated large-value writes (#10561)
by Adrian Garcia Badaracco
· 5 days ago
fc16607
parquet plain dict bench (#10591)
by RIchard Baah
· 6 days ago
6fe933e
Enable `allow_attributes` lint for seven crates (#10623)
by WaterWhisperer
· 6 days ago
ff1ea28
Enable `allow_attributes` lint for some crates (#10622)
by WaterWhisperer
· 6 days ago
c4a9ef7
perf(arrow-json): mark NullableEncoder with inline (#10612)
by Michal Piatkowski
· 6 days ago
bf34445
chore(deps): bump taiki-e/install-action from 2.85.6 to 2.85.10 (#10609)
by dependabot[bot]
· 7 days ago
9d0e6c7
feat(parquet): Support negative ZSTD levels (#10601)
by Nuno Faria
· 7 days ago
f445af2
Report the number of rows padded by `with_truncated_rows` (#10579)
by Andrea Bozzo
· 7 days ago
2964cc4
Enable `allow_attributes` lint for `arrow-buffer` (#10608)
by WaterWhisperer
· 7 days ago
1c1c60c
bench: add string_view rank benchmarks (#10600)
by Thefool
· 7 days ago
6d5ffa7
Enable `allow_attributes` lint for `arrow-cast` (#10607)
by WaterWhisperer
· 7 days ago
ab25025
perf(arrow-cast): improve custom temporal formatting performance in ArrayFormatter (#10594)
by linfeng
· 7 days ago
4704e1e
Enable allow_attributes lint for arrow-data (#10606)
by cakeni
· 7 days ago
bb82f3e
bench(arrow): add sparse dictionary to view cast benchmarks (#10596)
by Abhishek
· 7 days ago
d520c52
chore(parquet-variant): enable clippy allow_attributes" (#10603)
by yongster
· 7 days ago
919f783
Minor: migrate more arrow round trip tests to use RoundTripTest fixture (#10585)
by Andrew Lamb
· 8 days ago
eac5eed
Enable `allow_attributes` lint for `parquet-geospatial` (#10602)
by WaterWhisperer
· 8 days ago
7eeb3eb
parquet-geospatial: fix wraparound bound width (#10534) (#10572)
by subotac
· 8 days ago
d8c5bc0
chore: speed up miri workflow & include arrow-cmp (#10580)
by Jeffrey Vo
· 8 days ago
e323c67
Enable allow_attributes lint for arrow-arith (#10595)
by 张跃哲
· 8 days ago
2cef4ea
chore: clean up dependencies (#10376)
by Oleks V
· 8 days ago
f2476ab
chore: install CI tools using taiki-e action (#10589)
by yongster
· 9 days ago
4da9d64
[Variant] Unshredded `VariantArray` producers annotate the `value` field as nullable (spec requires `required`) (#10320)
by Kosta Tarasov
· 9 days ago
3ad4687
chore(deps): bump the codeql-actions group with 2 updates (#10582)
by dependabot[bot]
· 9 days ago
8a849f3
fix clippy in variant (#10586)
by Andrew Lamb
· 9 days ago
2567a32
[Variant] Fix the variant shred logic (#10157)
by Congxian Qiu
· 10 days ago
3e6bd62
bench(parquet): cover mask-backed intersection/union in row_selector (#10574)
by Huaijin
· 10 days ago
a63e584
chore: remove unused github changelog generator config file (#10581)
by Jeffrey Vo
· 10 days ago
36f2905
Minor: consolidate some parquet_testing tests into arrow_reader (#10584)
by Andrew Lamb
· 10 days ago
b1a9077
doc(parquet): Distinguish difference between `ColumnOrder` and `SortOrder` (#10573)
by Ed Seidl
· 10 days ago
d8c1bf4
fix: bound IPC message allocations by the bytes actually read (#10522)
by ranflarion
· 10 days ago
95b7399
Enable a few more clippy lints (#10558)
by Emil Ernerfeldt
· 10 days ago
46da3e3
Upgrade `rand` to `0.10` (#10566)
by Jeffrey Vo
· 10 days ago
5156d9c
Fix AsRef impl for Buffer and generically wrap Bytes::from_owner (#10571)
by Adam Reichold
· 10 days ago
2629d03
Parquet: tolerate mixed row-group ordinal metadata on read (#10449)
by Qi Zhu
· 10 days ago
88b7d5a
Encapsulate parquet round trip test logic in struct (#10545)
by Andrew Lamb
· 11 days ago
753a87d
chore(deps): bump the codeql-actions group with 2 updates (#10568)
by dependabot[bot]
· 11 days ago
3df22cd
parquet: Remove deprecated functions (#10565)
by Ed Seidl
· 11 days ago
53620e0
parquet: return an error instead of panicking when a pushed buffer's length does not match its range (#10564)
by ranflarion
· 11 days ago
6b7d6b3
feat(pyarrow): describe conversions in PyO3 introspection data (#10492)
by Jonas Dedden
· 11 days ago
64aaccf
Add Miri to more crates (#10507)
by Ethan Tang
· 11 days ago
fc3591e
docs(arrow-select): document the InProgressArray copy methods (#10057)
by Andrew Lamb
· 11 days ago
013263d
chore: bump more rand deps to 0.10 (#10556)
by Jeffrey Vo
· 11 days ago
a50bfd9
chore: promote arrow_writer to a directory (#10544)
by Andrew Lamb
· 12 days ago
f5aba4f
More workspace lints: fill out `[workspace.lints.clippy]` (#10552)
by Emil Ernerfeldt
· 12 days ago
7e4432e
Move arrow_writer_layout.rs into arrow_writer/layout.rs (#10542)
by Andrew Lamb
· 12 days ago
aa79c67
add low card dictionary benchmarks (#10539)
by RIchard Baah
· 12 days ago
c8aff1e
Support Utf8View and BinaryView Ranking (#10559)
by Dhruv Vaishnav
· 12 days ago
fa1c4ee
perf: optimize take for RunEndArrays & introduce `arrow-cmp` crate (#10325)
by RIchard Baah
· 12 days ago
6dc6432
More workspace lints: finish `[workspace.lints.rust]` (#10551)
by Emil Ernerfeldt
· 12 days ago
291efc2
Add interval mul/div support for Float64 (#10409)
by Peter Lee
· 12 days ago
d282f80
feat/chore: introduce fallible alternatives for MutableBuffer (#10317)
by RIchard Baah
· 12 days ago
b5471c1
Implement Parquet GH-583 INT96 timestamp `ColumnOrder` (#10106)
by Ed Seidl
· 13 days ago
3566d07
perf(parquet): scan DELTA_BYTE_ARRAY shared prefixes a block at a time (#10549)
by Adrian Garcia Badaracco
· 13 days ago
2e81b05
bench(parquet): cover DELTA_BYTE_ARRAY at sub-page-limit value sizes (#10550)
by Adrian Garcia Badaracco
· 13 days ago
f28db3e
Introduce workspace lints (#10533)
by Emil Ernerfeldt
· 13 days ago
b9707e5
chore: bump `object_store` to `0.14.1` (#10375)
by Oleks V
· 13 days ago
c9c3c84
Deprecate `parquet::basic::ColumnOrder::sort_order_for_type` (#10104)
by Ed Seidl
· 13 days ago
7f1080f
chore: fix readmes (#10472)
by Jeffrey Vo
· 13 days ago
59234c2
docs(arrow-select): document FilterSelection / FilterPredicate::selection (docs for #9755) (#10056)
by Andrew Lamb
· 13 days ago
9f9db79
chore: set permissions in github action workflows (#10536)
by Jeffrey Vo
· 13 days ago
fe325ba
chore: update some dev deps rand to 0.10 (#10537)
by Jeffrey Vo
· 13 days ago
34245d8
chore(deps): bump atoi from 2.0.0 to 3.1.0 (#10219)
by dependabot[bot]
· 13 days ago
3a27874
Remove old deprecated items (`ffi::export_array_into_raw` and IPC `StreamReader::try_new_unbuffered`) (#10479)
by Jeffrey Vo
· 13 days ago
8024dbb
formalize the default map field names to match default arrow spec (#10517)
by Andrew Lamb
· 13 days ago
3c938dd
chore: bump resolver to v3 (#10460)
by Jeffrey Vo
· 13 days ago
6d94cdb
chore(deps): bump rust-toolchain from 1.96.1 to 1.97.1 (#10535)
by dependabot[bot]
· 13 days ago
afab753
chore(deps): bump the tonic group across 1 directory with 3 updates (#10183)
by dependabot[bot]
· 13 days ago
c3c5c14
chore(deps): bump the prost group across 1 directory with 3 updates (#10182)
by dependabot[bot]
· 13 days ago
0408eef
Bump MSRV to 1.88 (#10254)
by Andrew Lamb
· 13 days ago
a0ae731
Fix Flight LargeList schema encoding (#10298)
by Yin Li
· 13 days ago
21f021e
chore: setup dependabot to do `rust-toolchain` updates (#10461)
by Jeffrey Vo
· 13 days ago
1042e07
Update release schedule on README (#10528)
by Andrew Lamb
· 13 days ago
Next »