Sign in
apache
/
arrow-experimental-rs-arrow2
/
HEAD
d7356b4
Update .asf.yaml (#2)
by Andrew Lamb
· 4 years, 10 months ago
master
52fea24
Removed all.
by Jorge C. Leitao
· 4 years, 10 months ago
9f56afb
parquet: improve BOOLEAN writing logic and report error on encoding fail (#443)
by Gary Pennington
· 5 years ago
ca3240a
Unvendor Archery (#459)
by Krisztián Szűcs
· 5 years ago
d41ca5f
Doctests for DecimalArray. (#414)
by Navin
· 5 years ago
e21f576
use iterator for partition kernel implementation (#438)
by Jiayu Liu
· 5 years ago
c93463a
Update docs + email template (#450)
by Andrew Lamb
· 5 years ago
e5cda31
Implement the Iterator trait for the json Reader. (#451)
by Laurent Mazare
· 5 years ago
fb45112
Add Decimal to CsvWriter and improve debug display (#406)
by Ádám Lippai
· 5 years ago
efe86cd
remove unnecessary wraps in sortk (#445)
by Jiayu Liu
· 5 years ago
dc5507a
remove clippy unnecessary wraps (#449)
by Jiayu Liu
· 5 years ago
f624153
Remove DictionaryArray::keys_array method and replace usages by the keys method (#419)
by Jörn Horstmann
· 5 years ago
71e9d78
Implement faster arrow array reader (#384)
by Yordan Pavlov
· 5 years ago
0c00776
refactor lexico sort (#424)
by Jiayu Liu
· 5 years ago
5f7d111
Update release readme.md (#436)
by Andrew Lamb
· 5 years ago
e1102e7
Reenable MIRI check (#421)
by Andrew Lamb
· 5 years ago
0f55b82
window::shift to work for all array types (#388)
by Jiayu Liu
· 5 years ago
0cbf85a
make sure that only concat preallocates buffers (#382)
by Ritchie Vink
· 5 years ago
a37dd4f
refactor lexico sort (#423)
by Jiayu Liu
· 5 years ago
b440642
Sort by float lists (#420)
by Michael Edwards
· 5 years ago
015ee75
Fix bug with null buffer offset in boolean not kernel (#418)
by Jörn Horstmann
· 5 years ago
5adfd3d
Derive Eq and PartialEq for SortOptions (#425)
by Raphael Taylor-Davies
· 5 years ago
e8d9ef5
Fix out of bounds read in bit chunk iterator (#416)
by Jörn Horstmann
· 5 years ago
18c804a
Add set_bit to BooleanBufferBuilder to allow mutating bit in index (#383)
by Boaz
· 5 years ago
ddc8a36
Add labels to cherry pick scripts + writeup (#409)
by Andrew Lamb
· 5 years ago
2ddc717
use prettiery to auto format md files (#398)
by Jiayu Liu
· 5 years ago
db63714
MINOR: update install instruction (#400)
by Ádám Lippai
· 5 years ago
0a16574
Add (simd) modulus op (#317)
by Gang Liao
· 5 years ago
45acc62
add more tests for window::shift and handle boundary cases (#386)
by Jiayu Liu
· 5 years ago
239558b
Automatic cherry-pick script (#339)
by Andrew Lamb
· 5 years ago
7ec3158
Respect max rowgroup size in Arrow writer (#381)
by Wakahisa
· 5 years ago
f41cb17
Fix typo in release script, update release location (#380)
by Andrew Lamb
· 5 years ago
4ff2e56
Add doctest for ArrayBuilder (#367)
by Ádám Lippai
· 5 years ago
d9017ee
Doctests for FixedSizeBinaryArray (#378)
by Navin
· 5 years ago
e801d4b
Reduce memory usage of concat (large)utf8 (#348)
by Ritchie Vink
· 5 years ago
60eb36e
Simplify window using null array (#370)
by Daniël Heres
· 5 years ago
10100bb
Fix version in readme (#365)
by Dominik Moritz
· 5 years ago
f26ffb3
Remove superfluous space (#363)
by Dominik Moritz
· 5 years ago
7753f41
Only register Flight.proto with cargo if it exists (#351)
by Raphael Taylor-Davies
· 5 years ago
4a27a3b
Add crate badges (#362)
by Dominik Moritz
· 5 years ago
e85dc98
Fix filter UB and add fast path (#341)
by Ritchie Vink
· 5 years ago
b802895
allow `SliceableCursor` to be constructed from an `Arc` directly (#369)
by Marco Neumann
· 5 years ago
74d5957
Disable MIRI check until it runs cleanly on CI (#360)
by Andrew Lamb
· 5 years ago
94a82cd
ensure null-counts are written for all-null columns (#307)
by Marco Neumann
· 5 years ago
1d72b26
allow to read non-standard CSV (#326)
by kazuhiko kikuchi
· 5 years ago
488f826
Doctests for BooleanArray. (#338)
by Navin
· 5 years ago
5295e25
Document and automate new release process (#299)
by Andrew Lamb
· 5 years ago
5ac771a
respect offset in utf8 and list casts (#335)
by Ritchie Vink
· 5 years ago
4c17ac8
feature gate ipc reader/writer (#336)
by Ritchie Vink
· 5 years ago
b2de544
parquet: Speed up `BitReader`/`DeltaBitPackDecoder` (#325)
by Kornelijus Survila
· 5 years ago
91ef8e9
Enable wasm32 as a target architecture for the SIMD feature (#324)
by Roee Shlomo
· 5 years ago
b88ef80
fix comparison of dictionaries with different values arrays (#332) (#333)
by Raphael Taylor-Davies
· 5 years ago
f316798
Fix undefined behavior in FFI (#323)
by Roee Shlomo
· 5 years ago
a25cafb
Add ported Rust release verification script (#331)
by Wes McKinney
· 5 years ago
71c2159
return reference from DictionaryArray::values() (#313) (#314)
by Raphael Taylor-Davies
· 5 years ago
dde86b9
feature gate csv functionality (#312)
by Ritchie Vink
· 5 years ago
f042191
fix invalid null handling in filter (#296)
by Ritchie Vink
· 5 years ago
e18b356
Doctests for StringArray and LargeStringArray. (#330)
by Navin
· 5 years ago
087cf17
inline PrimitiveArray::value (#329)
by Ritchie Vink
· 5 years ago
7f37a7f
Mutablebuffer::shrink_to_fit (#318)
by Ritchie Vink
· 5 years ago
c863a2c
Fix FFI and add support for Struct type (#287)
by Roee Shlomo
· 5 years ago
de44c8c
Added changelog generator script and configuration. (#289)
by Jorge Leitao
· 5 years ago
e7d5efe
Add Send to the ArrayBuilder trait (#291)
by Max Meldrum
· 5 years ago
a959c85
Version upgrades (#304)
by Daniël Heres
· 5 years ago
1fc48da
Remove old release scripts (#293)
by Andrew Lamb
· 5 years ago
3665296
manually bump development version (#288)
by Wakahisa
· 5 years ago
4449ee9
Added Decimal support to pretty-print display utility (#230) (#273)
by Manish Gill
· 5 years ago
ce8e67c
Fix subtraction underflow when sorting string arrays with many nulls (#285)
by Michael Edwards
· 5 years ago
8226219
Fix null struct and list roundtrip (#270)
by Wakahisa
· 5 years ago
510f02f
Speed up bound checking in `take` (#281)
by Daniël Heres
· 5 years ago
aba044f
Update PR template by commenting out instructions (#278)
by Wakahisa
· 5 years ago
2f5f58a
support full u32 and u64 roundtrip through parquet (#258)
by Marco Neumann
· 5 years ago
8bd769b
1.52 clippy fixes (#267)
by Wakahisa
· 5 years ago
a870b24
Fix typo in csv/reader.rs (#265)
by Dominik Moritz
· 5 years ago
64ea8da
Fix empty Schema::metadata deserialization error (#260)
by hulunbier
· 5 years ago
b76e8c9
update datafusion and ballista links (#259)
by Jiayu Liu
· 5 years ago
508f25c
Added env to run rust in integration. (#253)
by Jorge Leitao
· 5 years ago
04779e0
fix NaN handling in parquet statistics (#256)
by Marco Neumann
· 5 years ago
6a65543
fix parquet max_definition for non-null structs (#246)
by Wakahisa
· 5 years ago
8f030db
Made integration tests always run. (#248)
by Jorge Leitao
· 5 years ago
a040c15
Improve docs for NullArray, new_null_array and new_empty_array (#240)
by Andrew Lamb
· 5 years ago
4dfbca6
sort_primitive result is capped to the min of limit or values.len (#236)
by Michael Edwards
· 5 years ago
4865247
Disabled rebase needed until demonstrate working. (#243)
by Jorge Leitao
· 5 years ago
d008f31
pin flatbuffers to 0.8.4 (#239)
by Ritchie Vink
· 5 years ago
2121150
[Parquet] Read list field correctly (#234)
by Wakahisa
· 5 years ago
ed00e4d
Fix code examples for RecordBatch::try_from_iter (#231)
by Andrew Lamb
· 5 years ago
111d5d6
Support string dictionaries in csv reader (#228) (#229)
by Raphael Taylor-Davies
· 5 years ago
51513c1
ARROW-12411: [Rust] Create RecordBatches from Iterators (#7)
by Andrew Lamb
· 5 years ago
20f6c7e
support LargeUtf8 in sort kernel (#26)
by Ritchie Vink
· 5 years ago
2214263
Removed unused files (#22)
by Jorge Leitao
· 5 years ago
463f88f
Support auto-vectorization for min/max using multiversion (#9)
by Daniël Heres
· 5 years ago
861b572
Add GitHub templates (#17)
by Andy Grove
· 5 years ago
a0d5e11
Added rebase-needed bot (#13)
by Jorge Leitao
· 5 years ago
c3fe3ba
Buffer::from_slice_ref set correct capacity (#18)
by Raphael Taylor-Davies
· 5 years ago
90d4f1d
ARROW-12493: Add support for writing dictionary arrays to CSV and JSON (#16)
by Raphael Taylor-Davies
· 5 years ago
a5732e8
ARROW-12426: [Rust] Fix concatentation of arrow dictionaries (#15)
by Raphael Taylor-Davies
· 5 years ago
74d3567
Added Integration tests against arrow (#10)
by Jorge Leitao
· 5 years ago
8c1063c
Update URLs (#14)
by Daniël Heres
· 5 years ago
3d7cefb
Fixed labeler. (#8)
by Jorge Leitao
· 5 years ago
5918670
Allow creating issues. (#6)
by Jorge Leitao
· 5 years ago
Next »