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