Sign in
apache
/
arrow-rs
/
HEAD
87cd2e5
chore(deps): bump base64 from 0.22.1 to 0.23.0 (#10430)
by dependabot[bot]
· 5 hours ago
main
cd47d4a
support suffix white space in arrow-cast parse (#10396)
by RIchard Baah
· 9 hours ago
09ebd4e
perf(parquet): slice up contiguous buffer for decimals and fsb (#10364)
by Michal Piatkowski
· 9 hours ago
b1ca9c4
refactor(parquet): split `arrow_reader/selection` into smaller modules (#10434)
by Huaijin
· 10 hours ago
784fa7c
chore: deduplicate filter nulls code in coalesce/filter kernel (#10348)
by Jeffrey Vo
· 10 hours ago
b278c54
fix(arrow-schema): stop asserting on unstable TryFromIntError message in tests (#10433)
by Aditya Mishra
· 10 hours ago
b8b59fb
avro: bound VLQDecoder::long against overlong varints (#10407)
by Hill Patel
· 29 hours ago
f0ec758
feat(parquet): `RowSelection` can be backed by a `BooleanBuffer` (#10141)
by Huaijin
· 35 hours ago
f7dfcd2
add i32 benchmarks (#10421)
by RIchard Baah
· 2 days ago
f9bf628
feat(coalesce): add size function (#10331)
by Raz Luvaton
· 2 days ago
a5158c8
arrow-row: Fix decode_fixed_size_list to apply the corrected_type step for dictionary children (#10414)
by Qi Zhu
· 2 days ago
b46e733
[Variant] make `value` mandatory field for `VariantArray`/`ShreddingState` (#10318)
by Konstantin Tarasov
· 3 days ago
1233a18
add test to catch mis-aligned ipc buffers (#10405)
by RIchard Baah
· 3 days ago
707872f
chore(deps): bump the all-other-cargo-deps group across 1 directory with 13 updates (#10411)
by dependabot[bot]
· 3 days ago
26aff59
perf(parquet): use Cursor in ZSTDCodec to avoid Vec alloc and copy (#10345)
by Michal Piatkowski
· 3 days ago
81dce78
fix off by one error for slice accounting (#10406)
by RIchard Baah
· 3 days ago
cd17899
chore(deps): bump actions/labeler from 6.2.0 to 7.0.0 (#10403)
by dependabot[bot]
· 5 days ago
d176d94
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#10402)
by dependabot[bot]
· 5 days ago
98998a8
fix: `GenericByteViewArray::gc()` drops inline views on the multi-buffer slow path (#10287)
by Adrian Garcia Badaracco
· 5 days ago
e36abd7
chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#10387)
by dependabot[bot]
· 5 days ago
0cc0713
fix(parquet): support mask filtering across skipped pages (#10288)
by Huang Qiwei
· 6 days ago
665462d
optimize(parquet): Nested list batching child.write calls (#10085)
by mwish
· 6 days ago
b71c8f2
perf: add decimal and fsb arrow_writer bench (#10388)
by Michal Piatkowski
· 6 days ago
a0051f7
chore(deps): bump syn from 2.0.119 to 3.0.2 (#10391)
by dependabot[bot]
· 6 days ago
a16c458
support white space prefixed parse for ints and floats (#10374)
by RIchard Baah
· 6 days ago
f7f7545
fix(arrow-json): render coerced f32 as its value in the string decoder (#10386)
by Haresh Khanna
· 6 days ago
ba2ac55
Remove always-panicking benchmarks (#10384)
by June
· 6 days ago
cc83f7e
fix(arrow-cast): make `b64_encode` reject invalid UTF-8 from misbehaving `Engine` impls (#10324)
by Aditya Mishra
· 7 days ago
4aee48a
perf(parquet): splice buffered pages with `write_all` instead of `io::copy` (adapts #10052) (#10353)
by Adrian Garcia Badaracco
· 7 days ago
d09e4b4
Make more of i256 available in const code (#10363)
by Adam Gutglick
· 7 days ago
8d41934
chore(deps): bump tokio from 1.52.4 to 1.53.0 in the all-other-cargo-deps group across 1 directory (#10366)
by dependabot[bot]
· 8 days ago
305bf26
hoist calls for null_sentinel (#10356)
by RIchard Baah
· 8 days ago
803b51c
perf: speed up substring_by_char with an ASCII fast path and single-pass bounds (#10334)
by Andy Grove
· 8 days ago
191e3eb
chore(deps): bump the all-other-cargo-deps group across 1 directory with 5 updates (#10355)
by dependabot[bot]
· 9 days ago
159641a
chore: remove parquet dependency from parquet_derive (#10327)
by ByteBaker
· 9 days ago
f886978
Cache encoded field name in FieldEncoder (#10296)
by Michal Piatkowski
· 9 days ago
433e061
Expose builder buffer capacity accessors (#10342)
by Alex Huang
· 9 days ago
980667f
Add interval multiplication by i64 (#10336)
by Peter Lee
· 10 days ago
30c10d5
Make `parquet-index` work with column paths (#10330)
by Eduard Karacharov
· 10 days ago
ee30b61
perf: allow users to skip utf8 validation (#10319)
by RIchard Baah
· 10 days ago
3954050
docs: clarify decimal negative scale behavior (#10304)
by ByteBaker
· 10 days ago
794a844
fix: take FFI_ArrowArrayStream errno values from libc (#10299)
by Fredrik Fornwall
· 10 days ago
73f275f
chore(deps): bump the all-other-cargo-deps group across 1 directory with 2 updates (#10346)
by dependabot[bot]
· 11 days ago
2edc0a0
fix(arrow-data): allow full dictionary key range when concatenating (#10323)
by raphaelroshan
· 11 days ago
0606ef2
chore(deps): bump lz4_flex from 0.13.1 to 0.14.0 (#10339)
by dependabot[bot]
· 11 days ago
a4ac7053
feat(arrow-csv): add support for parsing `Float16` (#10343)
by Glatzel
· 11 days ago
53c0c23
Docs: fix mutableArrayData comments (#10326)
by RIchard Baah
· 11 days ago
bc4e672
Remove the unmaintained paste dependency from arrow (#10303)
by Phoenix
· 11 days ago
87564e5
chore(deps): bump http-body from 1.0.1 to 1.1.0 in the all-other-cargo-deps group across 1 directory (#10338)
by dependabot[bot]
· 11 days ago
2281b5e
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#10337)
by dependabot[bot]
· 11 days ago
dc67507
Don't panic on invalid c ffi schema name (#10328)
by Robert Kruszewski
· 12 days ago
e097ebe
perf: Improve decimal addition and subtraction when scale is equal (#10333)
by Adam Gutglick
· 12 days ago
e704ad4
optimize(interleave): implement interleave for FixedSizeList/Map type (#10046)
by mwish
· 12 days ago
712aa18
chore(deps): bump uuid from 1.23.4 to 1.23.5 in the all-other-cargo-deps group across 1 directory (#10332)
by dependabot[bot]
· 12 days ago
543b806
bench(arrow): add fsl/map interleave benchmark (#10322)
by mwish
· 2 weeks ago
970391f
Perf: Pre-size buffer allocations to avoid intermediate allocations (#10262)
by RIchard Baah
· 2 weeks ago
b963ecf
chore: formalize the default map field names to match default arrow spec (#10297)
by Raz Luvaton
· 2 weeks ago
b19aa65
fix(REE): check upfront if sorting empty array or 0 limit (#10293)
by Jeffrey Vo
· 2 weeks ago
dee3a92
chore(deps): bump the all-other-cargo-deps group across 1 directory with 2 updates (#10310)
by dependabot[bot]
· 2 weeks ago
e1de892
[Variant] Add `variant_to_arrow` `Map` type support (#10307)
by Konstantin Tarasov
· 2 weeks ago
26f4c1d
chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#10314)
by dependabot[bot]
· 2 weeks ago
fed7862
chore(deps): bump actions/labeler from 6.1.0 to 6.2.0 (#10309)
by dependabot[bot]
· 2 weeks ago
bc042ab
chore(deps): bump sysinfo from 0.38.4 to 0.39.6 (#10311)
by dependabot[bot]
· 2 weeks ago
c112806
fix(arrow-avro): bound untrusted OCF block size and item counts (#10237)
by Han Damin
· 2 weeks ago
f11d7c1
docs: trim release schedule for released versions (#10280)
by Andrew Lamb
· 2 weeks ago
a1f4a09
chore(deps): bump the all-other-cargo-deps group across 1 directory with 2 updates (#10305)
by dependabot[bot]
· 2 weeks ago
4b54fe6
chore: Update release voting email template (#10283)
by Jeffrey Vo
· 3 weeks ago
52920f9
Align parquet-geospatial crate docs with README (#10302)
by Dewey Dunnington
· 3 weeks ago
c961d6e
Perf: create dictionary reader config and default unsafeflag to false (#10260)
by RIchard Baah
· 3 weeks ago
f3c5dc5
Perf: Introduce zero copy path when tonic returns an aligned buffer (#10273)
by RIchard Baah
· 3 weeks ago
6035e28
chore(deps): bump num-bigint from 0.5.0 to 0.5.1 in the all-other-cargo-deps group across 1 directory (#10294)
by dependabot[bot]
· 3 weeks ago
d8d980b
fix(arrow-array): disallow creating `MapArray` with nullable key field (#10272)
by Raz Luvaton
· 3 weeks ago
8205c54
fix: don't panic on `ArrayData::try_new` on bad input even when `force_validate` feature is on (#10282)
by Raz Luvaton
· 3 weeks ago
1583c8e
[parquet] Add some tests to cover selective list child padding (#10258)
by Andrew Lamb
· 3 weeks ago
8544614
Validate short view strings in separate buffer in arrow-row (#10250)
by Jeffrey Vo
· 3 weeks ago
1daaf29
Flip dict null_density in test utils (#7475)
by Dmitrii Blaginin
· 3 weeks ago
d991919
chore(deps): bump num-bigint from 0.4.6 to 0.5.0 (#10279)
by dependabot[bot]
· 3 weeks ago
b1de629
Prepare for `59.1.0` release (#10274)
by Andrew Lamb
· 3 weeks ago
59.1.0
59.1.0-rc1
c36e926
feat: Add support for `MapArray` in `arrow_row` (#9486)
by Raz Luvaton
· 3 weeks ago
d2519a1
fix(arrow-row): allow to convert non empty fixed size binary/list array with size length 0 and no nulls (#10271)
by Raz Luvaton
· 3 weeks ago
ddef6cf
chore: Fix audit CI run by ignore quick-xml audit advisories (#10267)
by Andrew Lamb
· 3 weeks ago
d969025
fix main: parquet test compilation failure (#10266)
by Jeffrey Vo
· 3 weeks ago
c7dc6b8
Add validated row decode benchmark (#10259)
by Andrew Lamb
· 3 weeks ago
7307740
fix: write error for dbg output of out of range timestamps (#10130)
by Jeffrey Vo
· 3 weeks ago
af1c24a
minor: drive-by refactors for dicts in substring & filter (#10264)
by Jeffrey Vo
· 3 weeks ago
7095ce4
Replace conversion of binary->string in arrow-row from arraydata to direct construction (#10261)
by Jeffrey Vo
· 3 weeks ago
8c7df18
reduce noise in flight benchmarks [tokio-threads] [# of columns in benchmarks] (#10242)
by RIchard Baah
· 3 weeks ago
4ff867b
chore: update workspace Rust toolchain to 1.96.1 (#10257)
by Andrew Lamb
· 3 weeks ago
a2bb4c9
feat(parquet): selective null padding for list child readers (#9848)
by Hippolyte Barraud
· 3 weeks ago
d3d7ae8
fix(ipc): reject dictionary-encoded dictionary values (#10230)
by Goutam Adwant
· 3 weeks ago
6ffeea9
feat: support uuid from fixed type of length 16 (#10241)
by Ariel Miculas-Trif
· 3 weeks ago
32bba5a
rename Compression struct (#10221)
by RIchard Baah
· 3 weeks ago
38230b0
[10125] arrow-flight decode path optimizations (add `skip_validation` to arrow-flight) (#10206)
by RIchard Baah
· 3 weeks ago
d8d3fa3
refactor: add `take_n_true` method to `BooleanArray` (#9823)
by Huaijin
· 4 weeks ago
fbe75a3
arrow-cast: Add optimized path for unnesting a dict (#10248)
by Frederic Branczyk
· 4 weeks ago
80546fd
fix: Rename parquet feature flag 'flate2-rust_backened' to 'flate2-rust_backend' (#10239)
by Daniel Carl Jones
· 4 weeks ago
ae21c89
Replace `ArrayData` with direct `Array` construction in `arrow-row` (#10229)
by Jeffrey Vo
· 4 weeks ago
f7ea295
chore(deps): bump actions/cache from 6.0.0 to 6.1.0 (#10240)
by dependabot[bot]
· 4 weeks ago
9b190c9
perf(arrow-ord): Avoid full index materialization for small-limit lexsorts (#9991)
by pchintar
· 4 weeks ago
ea71b0a
[arrow-flight encode path]re-use flatbufferbuilder (#10220)
by RIchard Baah
· 4 weeks ago
Next »