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