1. d08d5e6 GH-48470: [Python] Construct UuidArray from list of UuidScalars (#48746) by tadeja · 9 hours ago main
  2. 2cb1f2b GH-49546: [Docs][Python] Fix documented editable build commands where verbose flags order was wrong (#49547) by Raúl Cumplido · 10 hours ago
  3. ccd0051 GH-49541: [C++] `ARROW_FLIGHT_SQL=ON` and `ARROW_BUILD_EXAMPLES=ON` need gflags (#49542) by Sutou Kouhei · 11 hours ago
  4. 9cbd401 GH-49499: [C++] Improve arrow vcpkg port integration (#49543) by Sutou Kouhei · 12 hours ago
  5. 6dfef94 GH-49509: [Docs][Python][C++] Minimize warnings and docutils errors for Sphinx build html (#49510) by tadeja · 28 hours ago
  6. 7ec459a GH-49531: [CI][Packaging][Python] Ignore cleanup errors trying to remove loaded DLLs from temp dir (#49532) by Raúl Cumplido · 29 hours ago
  7. 34880c0 GH-49473: [Python] Fix get_include and get_library_dirs to work with both editable and non-editable builds (#49476) by Raúl Cumplido · 36 hours ago
  8. 9577ca4 GH-49526: [CI] Update Maven version from 3.8.7 to 3.9.9 (#49488) by JB Onofré · 2 days ago
  9. 9082b47 GH-49521: [CI][Packaging] Try removing KEY that seems bad from downloaded KEYS file (#49525) by Raúl Cumplido · 2 days ago
  10. c6c3d53 GH-49518: [CI] Do not override HOME to empty on build_conda.sh for minimal_build (#49519) by Raúl Cumplido · 2 days ago
  11. d6ce56e GH-49470: [C++][Gandiva] Fix crashes in substring_index and truncate with extreme integer values (#49471) by Dmitry Chirkov · 3 days ago
  12. a315b96 GH-49506: [CI][Python] Doctest fails when pyarrow._cuda absent (#49507) by Rok Mihevc · 5 days ago
  13. 0a2a0c7 GH-49452: [Python] Reintroduce docstring injection for stubfiles (#49453) by Rok Mihevc · 5 days ago
  14. b9274bc GH-49420: [C++][Gandiva] Fix castVARCHAR memory allocation and len<=0 handling (#49421) by Dmitry Chirkov · 6 days ago
  15. 5707713 GH-49438: [C++][Gandiva] Optimize LPAD/RPAD functions (#49439) by Dmitry Chirkov · 6 days ago
  16. d436b23 GH-49454: [C++][Gandiva] Fix castVARCHAR_timestamp for pre-epoch timestamps (#49455) by Dmitry Chirkov · 6 days ago
  17. 21a2d4f GH-49268: [C++][FlightRPC] Fix ODBC tests for MacOS (#49267) by justing-bq · 6 days ago
  18. 771205b GH-49435: [CI][C++] Fix macOS build with Homebrew protobuf v34 (#49491) by tadeja · 6 days ago
  19. 59e0810 GH-49495: [C++][CI] Resolve ubuntu clang failure with parquet fuzzing (#49496) by Jonathan Keane · 6 days ago
  20. 3c5825b GH-49278: [Python][Doc] Add from_numpy examples for sparse tensor constructors (#49279) by ChiLin Chiu · 6 days ago
  21. 3a9d9bc GH-49410: [C++] Fix if_else null-scalar fast paths for sliced BaseBinary arrays (#49443) by Ebraam · 6 days ago
  22. 6698301 GH-49493: [C++][Python] Add OpenTelemetry to our CMakePresets when bulding python-maximal (#49494) by Raúl Cumplido · 7 days ago
  23. ced400e MINOR: [R] Fix all.equal registration (#49481) by Michael Chirico · 7 days ago
  24. 9b134ec GH-49477: [C++][Parquet] Fix multiplication overflow in PLAIN BYTE_ARRAY decoder (#49478) by Antoine Pitrou · 7 days ago
  25. ca68452 GH-49486: [CI][C++] Fix Meson build missing tensor extension sources (#49487) by William Ayd · 8 days ago
  26. 425666c GH-49448: [C++][CI] Detect mismatching schema in differential IPC fuzzing (#49451) by Antoine Pitrou · 8 days ago
  27. 5f12de2 GH-49310: [C++][Compute] Fix segmentation fault in pyarrow.compute.if_else (#49375) by Paweł Biegun · 9 days ago
  28. b69ce86 MINOR: [CI] Bump docker/login-action from 3.7.0 to 4.0.0 (#49479) by dependabot[bot] · 9 days ago
  29. ed37b14 GH-49422: [CI][Integration][Ruby] Add the Ruby implementation (#49423) by Sutou Kouhei · 9 days ago
  30. 8c2d93c GH-49444: [C++][FlightRPC][ODBC] Disable DSN default values on MacOS (#49402) by justing-bq · 9 days ago
  31. dbbf7cf GH-49449: [C++] Backport xsimd neon fix (#49450) by Antoine Prouvost · 10 days ago
  32. f1b21f1 GH-36411: [Python] Use scikit-build-core as build backend for PyArrow and get rid of setup.py (#49259) by Raúl Cumplido · 10 days ago
  33. 0d4f043 GH-49408: [C++][Parquet] Add public virtual destructor to `parquet::Page` (#49409) by Zehua Zou · 10 days ago
  34. 9e82bc2 GH-49458: [CI][C++] Fix Meson build referencing non-existent fixed_shape_tensor_test.cc (#49468) by William Ayd · 10 days ago
  35. aa1cabe GH-49441: [C++][Gandiva] Add rand_integer function (#49442) by Dmitry Chirkov · 12 days ago
  36. 2ce4e66 GH-49459: [R][CI] Use RHEL-9 binaries on Amazon Linux 2023 builds (#49460) by Nic Crane · 12 days ago
  37. f83c554 GH-49250: [C++][FlightRPC] ODBC: SQLError for macOS (#49251) by Alina (Xi) Li · 13 days ago
  38. bbf337b GH-49283: [C++][FlightRPC] Add separate release & debug workflows for MacOS ODBC (#49284) by justing-bq · 13 days ago
  39. 5647eda GH-49349: [Doc][Python] Simplify doctests in tables.pxi and types.pxi (#49350) by tadeja · 13 days ago
  40. b095098 MINOR: [Python] `Array.from_buffers` accepts `None` buffers (#49163) by Robsdedude · 13 days ago
  41. bf8d175 GH-49269: [Python][Docs] Add code examples for compute function first/last/first_last (#49270) by Ruifeng Zheng · 13 days ago
  42. f2b4e34 GH-49456: [C++] Use static key/item/value field names for map type again (#49457) by Sutou Kouhei · 13 days ago
  43. 8e625d0 GH-49219: [C++][FlightRPC] Enable static ODBC build on macOS (#49220) by Alina (Xi) Li · 14 days ago
  44. fcf9dd6 GH-49385: Clarify empty schema contract on stream_reader (#49386) by emkornfield · 2 weeks ago
  45. 0686130 GH-49382: [Python] Enable OpenTelemetry on PyArrow wheels (#49383) by Raúl Cumplido · 2 weeks ago
  46. 65993cd GH-49434: [C++][CI] Add golden integration files to IPC file fuzz corpus (#49440) by Antoine Pitrou · 2 weeks ago
  47. d42c7dd GH-47279: [C++] Implement GetByteRangesArray for view types (#47418) by Robert Kruszewski · 2 weeks ago
  48. c61df29 GH-49428: [C++][Gandiva] Add support for LLVM 22.1.0 (#49429) by Raúl Cumplido · 2 weeks ago
  49. edfb24d GH-49426: [Python] Do not build pyarrow-stubs on emscripten builds (#49427) by Raúl Cumplido · 2 weeks ago
  50. c187333 GH-48241: [Python] Scalar inferencing doesn't infer UUID (#48727) by tadeja · 2 weeks ago
  51. cfbbf70 GH-49329: [C++][Parquet][CI] Add fuzz target for encoder/decoder roundtrip (#49374) by Antoine Pitrou · 2 weeks ago
  52. c48e81e GH-48593: [C++] C++20: use standard calendar / timezone APIs (#48601) by Rok Mihevc · 2 weeks ago
  53. 3ff230c MINOR: [CI] Bump actions/download-artifact from 7 to 8 (#49431) by dependabot[bot] · 2 weeks ago
  54. 693bcfe MINOR: [CI] Bump actions/upload-artifact from 6 to 7 (#49430) by dependabot[bot] · 2 weeks ago
  55. 0bddf5d GH-49415: [C++] Don't change map type key/item/value field names (#49416) by Sutou Kouhei · 2 weeks ago
  56. 96ecb13 GH-49424: [C++] Use std::bit_width instead of missing std::log2p1 on emscripten clang (#49425) by Raúl Cumplido · 2 weeks ago
  57. 0124d5b GH-49078: [FS][Azure] Fix lossy pickling of `SubTreeFileSystem(base_path, AzureFileSystem(...))` (#49140) by Thomas Newton · 2 weeks ago
  58. aae49e8 GH-49417: [GLib] Add `garrow_map_data_type_is_keys_sorted()` (#49418) by Sutou Kouhei · 2 weeks ago
  59. 1cac811 GH-49406: [Ruby] Add support for fixed size list array (#49407) by Sutou Kouhei · 3 weeks ago
  60. 007903c GH-49371: [C++] Work around bit_width not being available on MacOS's partially compatible C++20 build (#49405) by Jonathan Keane · 3 weeks ago
  61. 879bbb3 GH-49400: [Ruby] Add `Arrow::FixedSizeList#values` and `#raw_records` (#49401) by Sutou Kouhei · 3 weeks ago
  62. a0c9a4b GH-48277: [C++][Parquet] unpack with shuffle algorithm (#47994) by Antoine Prouvost · 3 weeks ago
  63. c9dfb3e GH-49366: [CI][C++] Use system LLVM to use libstdc++ in gcc-toolset (#49367) by Sutou Kouhei · 3 weeks ago
  64. 8c0c4a8 GH-49293: [Packaging][deb] Update `debian/watch` for version 5 (#49294) by Sutou Kouhei · 3 weeks ago
  65. 924291b GH-49393: [C++][FlightRPC][DOC] Add limitations to ODBC ReadMe Doc (#49394) by Alina (Xi) Li · 3 weeks ago
  66. dc5b76e GH-49389: [Ruby] Add support for custom metadata in field and schema (#49390) by Sutou Kouhei · 3 weeks ago
  67. 2fcc3ec GH-38007: [C++] Add VariableShapeTensor implementation (#38008) by Rok Mihevc · 3 weeks ago
  68. f3f1eb0 GH-49341: [Packaging] Add support for Ubuntu 26.04 (#49345) by Sutou Kouhei · 3 weeks ago
  69. 376afb8 GH-49340: [R] Preserve row order in `write_dataset()` (#49343) by Steve Martin · 3 weeks ago
  70. 8b50bb1 GH-49266: [C++][Parquet] Optimize delta bit-packed decoding when bit-width = 0 (#49296) by Antoine Pitrou · 3 weeks ago
  71. cbe2618 GH-49369: [C++][R] Deal with validating libtool again (#49370) by Jonathan Keane · 3 weeks ago
  72. 61741aa GH-48145: [R] Update to testthat 3.3.0 and use its expect_r6_class() (#49333) by Nic Crane · 3 weeks ago
  73. 84a5701 GH-49364: [Ruby] Simplify reader tests (#49365) by Sutou Kouhei · 3 weeks ago
  74. 8c27898 GH-49356: [C++] Remove deprecated APIs from v13.0.0 and v18.0.0 (#49171) by Ali Mahmood Rana · 4 weeks ago
  75. 0cf32b2 GH-49114: [C++][Parquet] Fix converting schema failure with deep nested two-level encoding list structure (#49125) by Zehua Zou · 4 weeks ago
  76. 57473ad GH-49314: [CI][Packaging][deb] Add support for minor/patch release in `dev/release/verify-apt.sh` (#49344) by Sutou Kouhei · 4 weeks ago
  77. b7ed8df GH-41624: [C++] Add missing system Boost dependency to bundled Apache Thrift (#49346) by Sutou Kouhei · 4 weeks ago
  78. ba61297 GH-48978: [Python] test failures on pandas 3.0 for fastparquet and for zoneinfo w/o pytz (#48979) by tadeja · 4 weeks ago
  79. 74026cd GH-49292: [C++] Add support for armv8 or later (#49337) by Sutou Kouhei · 4 weeks ago
  80. 8a16de6 GH-49330: [R] Update docs to reflect removal of OpenSSL 1.0 and 1.1 support (#49331) by Nic Crane · 4 weeks ago
  81. 99d1304 Revert "GH-35806: [R] Improve error message for null type inference with sparse CSV data" by Nic Crane · 4 weeks ago
  82. c20a04a GH-35806: [R] Improve error message for null type inference with sparse CSV data by Nic Crane · 4 weeks ago
  83. 031a2a4 GH-49316: [Ruby] Add support for auto dependency install for red-arrow on macOS (#49317) by Sutou Kouhei · 4 weeks ago
  84. aea1ad3 GH-49325: [C++] Check if YMM register saving is OS enabled (#49326) by Antoine Prouvost · 4 weeks ago
  85. 99984fd GH-46531: [C++] Add type_singleton utility function and tests. (#47922) by Harshkumar Thakur · 4 weeks ago
  86. 9cf8f33 GH-49323: [R] Update NEWS.md for 23.0.1 (#49324) by Nic Crane · 4 weeks ago
  87. b5eb42e GH-49287: [C++][R] Clean up any other C++20 partial compatibility issues (#49223) by Jonathan Keane · 4 weeks ago
  88. 6080027 GH-38184: [C++] Add systematic tests for Builder::AppendArraySlice (#49132) by Abhishek Bansal · 4 weeks ago
  89. 2691103 GH-48591: [C++] Remove some bit utils from bit_utils.h and replace them with C++ 20 built in functions (#49298) by Paweł Biegun · 4 weeks ago
  90. 59e0ba6 GH-49299: [C++][Parquet] Integer overflow in Parquet dict decoding (#49300) by Antoine Pitrou · 4 weeks ago
  91. 6c86961 GH-49318: [Ruby] Ensure using extpp 0.1.2 or later (#49319) by Sutou Kouhei · 4 weeks ago
  92. b6eb617 GH-49311: [C++][CI] Use differential fuzzing on IPC file fuzzer (#49312) by Antoine Pitrou · 4 weeks ago
  93. aa564a9 GH-49169: [C++] Add ApplicationId to AzureFileSystem for SDK calls (#49301) by Nate Prewitt · 4 weeks ago
  94. 4a4718f GH-49263: [Python][CI] Install rust compiler for libcst only on Debian 32 bits (#49265) by Raúl Cumplido · 4 weeks ago
  95. c8e069d GH-49307: [Benchmarks] Revert rig-based R installation in benchmark hooks (#49308) by Nic Crane · 4 weeks ago
  96. ebaaf07 GH-49146: [C++] Add option to disable atfork handlers (#49148) by Antoine Pitrou · 4 weeks ago
  97. 7c45228 GH-48846: [C++] Read message metadata and body in one go in IPC file reader (#48975) by Abhishek Bansal · 4 weeks ago
  98. 76f7815 GH-49248: [Release] Include checksum in vote email (#49249) by Bryce Mecum · 4 weeks ago
  99. 1114958 GH-49186: [R] Support dplyr::filter_out() in Arrow dplyr backend (#49256) by larry77 · 4 weeks ago
  100. 3e6988a GH-48998: [R] Add note to docs on validating IPC streams (#48999) by Nic Crane · 4 weeks ago