Sign in
apache
/
arrow-rs
/
HEAD
adf9308
feat(parquet): add struct-column writer benchmarks (#9679)
by Hippolyte Barraud
· 23 hours ago
main
a1bf90c
fix: use writer types in Skipper for resolved named record types (#9605)
by Ariel Miculas-Trif
· 2 days ago
48727b3
fix: handle missing dictionary batch for null-only columns in IPC reader (#9623)
by Joaquin Hui
· 2 days ago
aac969d
ParquetPushDecoder API to clear all buffered ranges (#9624)
by Nathan
· 3 days ago
86cab0c
fix(parquet): fix CDC panic on nested ListArrays with null entries (#9644)
by Krisztián Szűcs
· 3 days ago
43d984e
Add a JSON reader option to ignore type conflicts (#7276)
by Ryan Johnson
· 3 days ago
f5d6dc3
feat(parquet): add sparse-column writer benchmarks (#9654)
by Hippolyte Barraud
· 3 days ago
c6ea0a5
Add bloom filter folding to automatically size SBBF filters (#9628)
by Adrian Garcia Badaracco
· 3 days ago
6f02fcf
[Parquet] Improve dictionary decoder by unrolling loops (#9662)
by Daniël Heres
· 3 days ago
65ad652
[Json] Add json reader benchmarks for ListView (#9647)
by Liam Bao
· 4 days ago
4678f05
chore: re-export `MAX_INLINE_VIEW_LEN` from `arrow_data` (#9665)
by Raz Luvaton
· 4 days ago
989ac03
[Variant] Align cast logic for variant_get to cast kernel for numeric/bool types (#9563)
by Congxian Qiu
· 4 days ago
0936b38
[Variant] Fix `variant_get` to return `List<T>` instead of `List<Struct>` (#9631)
by Liam Bao
· 4 days ago
c884f1d
feat(arrow-array): add GenericByteViewArray::total_bytes_len (#9641)
by Harrison Crosse
· 4 days ago
871c6d2
fix(parquet): converting parquet schema with backward compatible repeated struct/primitive with provided arrow schema (#8496)
by Raz Luvaton
· 4 days ago
fb58743
Remove redundant trait bounds on `ArrowNativeTypeOp` (#9614)
by Alexandre Crayssac
· 4 days ago
9c6b42e
Add support to cast from `UnionArray` (#9544)
by Matthew Kim
· 4 days ago
ec771cc
Expose option to set line terminator for CSV writer (#9617)
by Sava Vranešević
· 7 days ago
ec32ac3
Support nested REE in arrow-ord partition function (#9642)
by Liam Bao
· 7 days ago
ade0381
No longer allow BIT_PACKED level encoding in Parquet writer (#9656)
by Ed Seidl
· 7 days ago
2b851d9
Add List and ListView take benchmarks (#9626)
by Adam Gutglick
· 7 days ago
07a3636
[Json] Replace `ArrayData` with typed Array construction in json-reader (#9497)
by Liam Bao
· 8 days ago
f5365c3
Use nextest to run Miri in CI (#9629)
by Adam Gutglick
· 9 days ago
652c950
[arrow-pyarrow]: restore nicer pyarrow-arrow error message (#9639)
by Andrew Lamb
· 9 days ago
a05129a
feat(parquet): stream-encode definition/repetition levels incrementally (#9447)
by Hippolyte Barraud
· 9 days ago
1f07e54
Disable failing arrow_writer benchmark (#9638)
by Andrew Lamb
· 9 days ago
61b5763
pyarrow: Small code simplifications (#9594)
by Thomas Tanon
· 10 days ago
51bf8a4
[Variant] extend shredded null handling for arrays (#9599)
by Konstantin Tarasov
· 10 days ago
f912311
feat(parquet): derive `PartialEq` and `Eq` for `CdcOptions` (#9602)
by Krisztián Szűcs
· 10 days ago
1a169cd
Fix `MutableBuffer::clear` (#9622)
by Alexander Rafferty
· 10 days ago
77e4d05
[Json] Add json reader benchmarks for Map and REE (#9616)
by Liam Bao
· 10 days ago
aa9432c
Fix `extend_nulls` panic for UnionArray (#9607)
by Adrian Garcia Badaracco
· 11 days ago
c194e54
[Variant] Add unshredded `Struct` fast-path for `variant_get(..., Struct)` (#9597)
by Konstantin Tarasov
· 2 weeks ago
7f307c0
fix: Stop using https://dist.apache.org/repos/dist/dev/arrow/KEYS for verification (#9604)
by Raúl Cumplido
· 2 weeks ago
1f1c3a4
Support `ListView` codec in arrow-json (#9503)
by Liam Bao
· 2 weeks ago
f2512b5
chore(deps): update sha2 requirement from 0.10 to 0.11 (#9618)
by dependabot[bot]
· 2 weeks ago
398962e
deps: fix `object_store` breakage for 0.13.2 (#9612)
by Mikhail Zabaluev
· 2 weeks ago
980ea0b
Reduce per-byte overhead in VLQ integer decoding (#9584)
by Daniël Heres
· 2 weeks ago
70445c5
Add `quoted_strings` to `FormatOptions` (#9221)
by Jochen Görtler
· 3 weeks ago
6471e9a
Pre-reserve output capacity in ByteView/ByteArray dictionary decoding (#9590)
by Daniël Heres
· 3 weeks ago
6cadf3b
Prepare for 58.1.0 Release (#9573)
by Andrew Lamb
· 3 weeks ago
58.1.0
58.1.0-rc1
322f9ce
[Variant] Add unshred_variant support for Binary and LargeBinary types (#9576)
by Kunal
· 3 weeks ago
bc74c71
feat(parquet): add content defined chunking for arrow writer (#9450)
by Krisztián Szűcs
· 3 weeks ago
39dda22
Make Sbbf Constructers Public (#9569)
by Peter L
· 3 weeks ago
d53df60
feat: Optimize from_bitwise_binary_op with 64-bit alignment (#9441)
by Kunal
· 3 weeks ago
44f5dfc
perf: Coalesce page fetches when RowSelection selects all rows (#9578)
by Daniël Heres
· 3 weeks ago
14f1eb9
pyarrow: Cache the imported classes to avoid importing them each time (#9439)
by Thomas Tanon
· 3 weeks ago
55a7768
[Variant] Add `variant_to_arrow` `Struct` type support (#9572)
by Konstantin Tarasov
· 3 weeks ago
42ab0bc
fix: Used `checked_add` for bounds checks to avoid UB (#9568)
by Ed Seidl
· 3 weeks ago
88422cbd
arrow-flight: generate dict_ids for dicts nested inside complex types (#9556)
by Alfonso Subiotto Marqués
· 3 weeks ago
7ea7cdc
Optimize `take_fixed_size_binary` For Predefined Value Lengths (#9535)
by Tobias Schwarzinger
· 3 weeks ago
f4ab49e
[Variant] clean up `variant_get` tests (#9518)
by Konstantin Tarasov
· 3 weeks ago
8745c35
Move `ValueIter` into own module, and add public `record_count` function (#9557)
by Alexander Rafferty
· 3 weeks ago
ea3c050
Add `claim` method to recordbatch for memory accounting (#9433)
by Peter L
· 3 weeks ago
c50ea6e
Optimize delta binary decoder in the case where bitwidth=0 (#9477)
by Ed Seidl
· 3 weeks ago
3b61796
fix: first next_back() on new RowsIter panics (#9505)
by Raz Luvaton
· 3 weeks ago
66313ae
Bump actions/download-artifact from 7 to 8 (#9488)
by dependabot[bot]
· 3 weeks ago
c4b43bb
feat(arrow-avro): `HeaderInfo` to expose OCF header (#9548)
by Mikhail Zabaluev
· 3 weeks ago
00ad7fc
chore: extend record_batch macro to support variables and expressions (#9522)
by Burak Şen
· 3 weeks ago
edc3cb7
arrow-select: fix MutableArrayData interleave for ListView (#9560)
by Alfonso Subiotto Marqués
· 3 weeks ago
e3926a9
Add mutable operations to BooleanBuffer (Bit*Assign) (#9567)
by Daniël Heres
· 3 weeks ago
19889a3
Use chunks_exact for has_true/has_false to enable compiler unrolling (#9570)
by Adrian Garcia Badaracco
· 3 weeks ago
d426107
Add has_true() and has_false() to BooleanArray (#9511)
by Adrian Garcia Badaracco
· 3 weeks ago
bedabc5
feat(arrow-avro): Configurable Arrow timezone ID for Avro timestamps (#9280)
by Mikhail Zabaluev
· 3 weeks ago
d1ec770
DeltaBitPackEncoderConversion: Fix panic message on invalid type (#9552)
by Val Lorentz
· 3 weeks ago
e7b4842
feat: add `RunArray::new_unchecked` and `RunArray::into_parts` (#9376)
by Raz Luvaton
· 3 weeks ago
68b6076
[minor] Download clickbench file when missing (#9553)
by Daniël Heres
· 3 weeks ago
a8fe8b3
chore(deps): update lz4_flex requirement from 0.12 to 0.13 (#9565)
by dependabot[bot]
· 3 weeks ago
55ff6eb
add `shred_variant` support for `LargeUtf8` and `LargeBinary` (#9554)
by Konstantin Tarasov
· 4 weeks ago
fcab5d2
chore(deps): bump black from 24.3.0 to 26.3.1 in /parquet/pytest (#9545)
by dependabot[bot]
· 4 weeks ago
83b6908
Unroll interleave -25-30% (#9542)
by Daniël Heres
· 4 weeks ago
0024260
Replace interleave overflow panic with error (#9549)
by xudong.w
· 4 weeks ago
3931179
chore: Protect `main` branch with required reviews (#9547)
by Oleks V
· 4 weeks ago
c214c3c
Add benchmark for `infer_json_schema` (#9546)
by Alexander Rafferty
· 4 weeks ago
92a239a
Implement min, max, sum for run-end-encoded arrays. (#9409)
by Bruno
· 4 weeks ago
6931d88
feat: expose arrow schema on async avro reader (#9534)
by Mikhail Zabaluev
· 4 weeks ago
2956dbf
fix: Do not assume missing nullcount stat means zero nullcount (#9481)
by Ryan Johnson
· 4 weeks ago
b3e047f
Fix Invalid offset in sparse column chunk data error for multiple predicates (#9509)
by Peter L
· 4 weeks ago
ba02ab9
feat(memory-tracking): expose API to NullBuffer, ArrayData, and Array (#8918)
by Filippo
· 4 weeks ago
a475f84
[Json] Add benchmarks for list json reader (#9507)
by Liam Bao
· 4 weeks ago
d3c7900
fix: handle Null type in try_merge for Struct, List, LargeList, and Union (#9524)
by Qi Zhu
· 4 weeks ago
33aed33
Make with_file_decryption_properties pub instead of pub(crate) (#9532)
by Daniël Heres
· 4 weeks ago
d2e2cda
Fix skip_records over-counting when partial record precedes num_rows page skip (#9374)
by Jonas Dedden
· 5 weeks ago
0b04483
support string view unshred variant (#9514)
by Matthew Kim
· 5 weeks ago
edd2c8e
support large string for unshred variant (#9515)
by Matthew Kim
· 5 weeks ago
fec3c02
fix: remove incorrect debug assertion in BatchCoalescer (#9508)
by Tim-53
· 5 weeks ago
097c203
Add some benchmarks for decoding delta encoded Parquet (#9500)
by Ed Seidl
· 5 weeks ago
5ba4515
Simplify downcast_...!() macro definitions (#9454)
by Bruno
· 5 weeks ago
8c89814
refactor: simplify dynamic state for Avro record projection (#9419)
by Mikhail Zabaluev
· 5 weeks ago
5025e68
Update strum_macros requirement from 0.27 to 0.28 (#9471)
by dependabot[bot]
· 5 weeks ago
e4b68e6
Add `append_non_nulls` to `StructBuilder` (#9430)
by Fokko Driesprong
· 6 weeks ago
bee4595
Add `append_nulls` to `MapBuilder` (#9432)
by Fokko Driesprong
· 6 weeks ago
01d34a8
Add `append_value_n` to GenericByteBuilder (#9426)
by Fokko Driesprong
· 6 weeks ago
73a516e
Move `ListLikeArray` to arrow-array to be shared with json writer and parquet unshredding (#9437)
by Liam Bao
· 6 weeks ago
d99043e
[Variant] Enahcne bracket access for VariantPath (#9479)
by Congxian Qiu
· 6 weeks ago
4d8e8ba
chore: remove duplicate macro `partially_shredded_variant_array_gen` (#9498)
by Yan Tingwang
· 6 weeks ago
9ec9f57
Deprecate ArrowTimestampType::make_value in favor of from_naive_datetime (#9491)
by Yan Tingwang
· 6 weeks ago
a7acf3d
Convert `prettyprint` tests in `arrow-cast` to `insta` inline snapshots (#9472)
by Jochen Görtler
· 6 weeks ago
a20753c
Update planned release schedule in README.md (#9466)
by Andrew Lamb
· 6 weeks ago
ae93488
fix: resolution of complex type variants in Avro unions (#9328)
by Mikhail Zabaluev
· 6 weeks ago
Next »