Commit Graph

  • 147bcd6d8f GH-49156: [Python] Require GIL for string comparison (#49161) Raúl Cumplido 2026-02-06 12:27:31 +01:00
  • 0dfae701ef GH-49156: [Python] Require GIL for string comparison (#49161) Raúl Cumplido 2026-02-06 12:27:31 +01:00
  • e4f922b162 GH-49138: [Packaging][Python] Remove nightly cython install from manylinux wheel dockerfile (#49139) Alenka Frim 2026-02-05 09:50:09 +01:00
  • 654fb284f9 GH-49092: [C++][FlightRPC][CI] Nightly Packaging: Add dev-yyyy-mm-dd to ODBC MSI name (#49151) Alina (Xi) Li 2026-02-05 17:39:17 -08:00
  • baba1d4b59 GH-49004: [C++][FlightRPC] Run ODBC tests in workflow using cpp_test.sh (#49005) Alina (Xi) Li 2026-02-05 17:30:28 -08:00
  • f39f2758df GH-48868: [Doc] Document security model for the Arrow formats (#48870) Antoine Pitrou 2026-02-05 16:39:04 +01:00
  • d31644aa79 GH-41863: [Python][Parquet] Support lz4_raw as a compression name alias (#49135) Nick Woolmer 2026-02-05 09:04:50 +00:00
  • 49423f8d3b GH-33459: [C++][Python] Support step >= 1 in list_slice kernel (#48769) Hyukjin Kwon 2026-02-05 17:57:35 +09:00
  • 6a2d09b250 GH-49138: [Packaging][Python] Remove nightly cython install from manylinux wheel dockerfile (#49139) Alenka Frim 2026-02-05 09:50:09 +01:00
  • ef5854a868 GH-41990: [C++] Fix AzureFileSystem compilation on Windows (#48971) Nate Prewitt 2026-02-04 18:10:28 -07:00
  • 1cd1841c06 GH-49150: [Doc][CI][Python] Doctests failing on rst files due to pandas 3+ (#49088) Rok Mihevc 2026-02-05 01:06:04 +01:00
  • f0de008f84 MINOR: [R] Add new vignette to pkgdown config (#49145) Nic Crane 2026-02-04 15:31:28 -05:00
  • f8955125c9 MINOR: [Docs] Add links to AI-generated code guidance (#49131) Nic Crane 2026-02-04 15:31:01 -05:00
  • e37c5163f5 GH-49104: [C++] Fix Segfault in SparseCSFIndex::Equals with mismatched dimensions (#49105) Ali Mahmood Rana 2026-02-05 00:00:56 +05:00
  • 33f1ea5c0a GH-48397: [R] Update docs on how to get our libarrow builds (#48995) Nic Crane 2026-02-04 10:26:28 -05:00
  • 2d447c467b GH-36193: [R] arm64 binaries for R (#48574) Nic Crane 2026-02-04 09:12:12 -05:00
  • 961258d211 GH-48954: [C++] Add test for null-type dictionary sorting and clarify XXX comment (#48955) Hyukjin Kwon 2026-02-04 23:02:25 +09:00
  • f9376e4721 GH-49003: [C++] Don't consider out_of_range an error in float parsing (#49095) Álvaro Kothe 2026-02-03 14:59:44 -03:00
  • ab2c0ad6b2 GH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required user-agent on urllib request (#49052) Rok Mihevc 2026-01-29 12:41:41 +01:00
  • d6d2a890ff MINOR: [CI][Release] Fix incorrect path in release_candidate.yml (#48871) Bryce Mecum 2026-01-15 16:17:05 -08:00
  • 073caf4dd7 GH-49059: [C++] Fix issues found by OSS-Fuzz in IPC reader (#49060) Antoine Pitrou 2026-01-29 18:31:08 +01:00
  • dfd48e681a GH-48983: [Packaging][Python] Build wheel from sdist using build and add check to validate LICENSE.txt and NOTICE.txt are part of the wheel contents (#48988) Raúl Cumplido 2026-01-29 15:10:59 +01:00
  • d2315fe003 GH-49115: [CI][Packaging][Python] Update vcpkg baseline for our wheels (#49116) Raúl Cumplido 2026-02-04 01:19:34 +01:00
  • bfc698e82d GH-49067: [R] Disable GCS on macos (#49068) Jonathan Keane 2026-02-03 16:20:45 -06:00
  • 7dacbd0484 GH-48941: [C++] Generate proper UTF-8 strings in JSON test utilities (#48943) Hyukjin Kwon 2026-02-04 03:13:30 +09:00
  • c0d5a596f3 GH-49003: [C++] Don't consider out_of_range an error in float parsing (#49095) Álvaro Kothe 2026-02-03 14:59:44 -03:00
  • b63025d6e3 GH-48966: [C++] Fix cookie duplication in the Flight SQL ODBC driver and the Flight Client (#48967) Jianfeng Mao 2026-01-26 18:23:21 -07:00
  • 1c6aae62c7 GH-48924: [C++][CI] Fix pre-buffering issues in IPC file reader (#48925) Antoine Pitrou 2026-01-26 14:29:00 +01:00
  • daf5e960a6 GH-48965: [Python][C++] Compare unique_ptr for CFlightResult or CFlightInfo to nullptr instead of NULL (#48968) Raúl Cumplido 2026-01-26 11:08:45 +01:00
  • 6e0387d5be GH-48637: [C++][FlightRPC] ODBC: Disable absl deadlock detection (#48747) Alina (Xi) Li 2026-01-25 18:11:52 -08:00
  • 51df780a6e GH-48880: [Ruby] Fix a bug that Arrow::ExecutePlan nodes may be GC-ed (#48919) Sutou Kouhei 2026-01-26 11:02:42 +09:00
  • 8dd6c8ef60 GH-48973: [R][C++] Fix RE2 compilation errors under C++20 (#48976) Jonathan Keane 2026-01-25 09:42:16 -06:00
  • d9d72a90a9 GH-48160: [C++][Gandiva] Pass CPU attributes to LLVM (#48161) Logan Riggs 2026-01-24 23:45:30 -08:00
  • 4e2752c6b0 GH-48885: [C++] Add missing curl dependency of Arrow::arrow_static CMake target (#48891) Sutou Kouhei 2026-01-23 11:51:35 +09:00
  • 9b8dc05fa6 GH-48900: [C++] Avoid memory blowup with excessive variadic buffer count in IPC (#48901) Antoine Pitrou 2026-01-21 10:16:51 +01:00
  • 288de2f8a4 GH-48858: [C++][Parquet] Avoid re-serializing footer for signature verification (#48859) Antoine Pitrou 2026-01-21 09:21:31 +01:00
  • 8abac092ca GH-48894: [Python][C++] Use base Azure::Core::RequestFailedException instead of final Azure::Storage::StorageException and set minimum nodejs on conda env to 16 for Azurite to work (#48895) Raúl Cumplido 2026-01-20 15:32:01 +01:00
  • 4fe8f42944 GH-48861: [CI] Fix wrong smtplib.SMTP.send_message usage (#48876) Sutou Kouhei 2026-01-16 17:44:54 +09:00
  • 9ecfdf911b GH-48623: [CI][Archery][Dev] Add missing headers to email reports (#48624) Sutou Kouhei 2026-01-13 12:08:03 +09:00
  • 34bf0e2e5c GH-48311: [C++] Fix OOB memory access in buffered IO (#48322) chegoryu 2026-01-15 02:48:32 +01:00
  • 90cce42803 GH-48856: [Release] Update copyright NOTICE year to 2026 (#48857) Raúl Cumplido 2026-01-15 01:21:15 +01:00
  • 6901d3652c GH-48844: [C++] Check IPC Message body length consistency in IPC file (#48845) Antoine Pitrou 2026-01-13 20:36:07 +01:00
  • 7532327adb GH-48922: [C++] Support Status-returning callables in Result::Map (#49127) Abhishek Bansal 2026-02-03 19:27:01 +05:30
  • db349f16f7 GH-49119: [Ruby] Add support for writing map array (#49120) Sutou Kouhei 2026-02-03 20:21:10 +09:00
  • 262e4e19b2 GH-49117: [Ruby] Add support for writing union arrays (#49118) Sutou Kouhei 2026-02-03 20:20:40 +09:00
  • 3b9d90cb35 GH-49083: [CI][Python] Remove dask-contrib/dask-expr from the nightly dask test builds (#49126) Alenka Frim 2026-02-03 11:30:12 +01:00
  • 012fd17fa5 GH-49108: [Python] SparseCOOTensor.__repr__ missing f-string prefix (#49109) ChiLin Chiu 2026-02-02 20:21:20 +08:00
  • 644ec570f5 GH-46008: [Python][Benchmarking] Remove unused asv benchmarking files (#49047) Raúl Cumplido 2026-02-02 12:54:43 +01:00
  • 699473fc65 GH-48764: [C++] Update xsimd (#48765) Antoine Prouvost 2026-02-02 12:49:11 +01:00
  • 3a1cb86753 GH-49098: [Packaging][deb] Add missing libarrow-cuda-glib-doc (#49099) Sutou Kouhei 2026-02-02 20:40:03 +09:00
  • 93c4e002c6 GH-49093: [Ruby] Add support for writing duration array (#49094) Sutou Kouhei 2026-02-02 20:36:17 +09:00
  • dbca9584c0 GH-49096: [Ruby] Add support for writing struct array (#49097) Sutou Kouhei 2026-02-02 20:35:00 +09:00
  • 15b74944d3 GH-49100: [Docs] Broken link to Swift page in implementations.rst (#49101) ChiLin Chiu 2026-01-31 20:49:56 +08:00
  • 235841d644 GH-49087 [CI][Packaging][Gandiva] Add support for LLVM 15 or earlier again (#49091) Logan Riggs 2026-01-31 01:19:38 -08:00
  • 384ea25e7a GH-49071: [Ruby] Add support for writing list and large list arrays (#49072) Sutou Kouhei 2026-01-31 10:37:33 +09:00
  • acb62888c6 GH-49074: [Ruby] Add support for writing interval arrays (#49075) Sutou Kouhei 2026-01-31 10:36:44 +09:00
  • 5afdf0a705 GH-49076: [CI] Update vcpkg baseline to newer version (#49062) Raúl Cumplido 2026-01-31 01:40:23 +01:00
  • c6090ed5d7 GH-49069: [C++] Share Trie instances across CSV value decoders (#49070) Hyukjin Kwon 2026-01-30 20:46:59 +09:00
  • 9106671b36 GH-48980: [C++] Use COMPILE_OPTIONS instead of deprecated COMPILE_FLAGS (#48981) Hyukjin Kwon 2026-01-30 17:45:03 +09:00
  • 85c18a0965 GH-49034 [C++][Gandiva] Fix binary_string to not trigger error for null strings (#49035) Logan Riggs 2026-01-30 00:42:15 -08:00
  • adef2efa26 GH-49043: [C++][FS][Azure] Avoid bugs caused by empty first page(s) followed by non-empty subsequent page(s) (#49049) Thomas Newton 2026-01-30 08:37:49 +00:00
  • e40efd8648 GH-48159 [C++][Gandiva] Projector make is significantly slower after move to OrcJIT (#49063) Logan Riggs 2026-01-30 00:34:22 -08:00
  • 8a778857e1 GH-49065: [C++] Remove unnecessary copies of shared_ptr in Type::BOOL and Type::NA at GrouperImpl (#49066) Hyukjin Kwon 2026-01-30 17:31:37 +09:00
  • 12cdb09e32 GH-28859: [Doc][Python] Use only code-block directive and set up doctest for the python user guide (#48619) Alenka Frim 2026-01-30 09:09:33 +01:00
  • d510b105c9 GH-49053: [Ruby] Add support for writing timestamp array (#49054) Sutou Kouhei 2026-01-30 09:26:44 +09:00
  • aae5840204 GH-49055: [Ruby] Add support for writing decimal128/256 arrays (#49056) Sutou Kouhei 2026-01-30 09:25:46 +09:00
  • 3e6182aed3 GH-49059: [C++] Fix issues found by OSS-Fuzz in IPC reader (#49060) Antoine Pitrou 2026-01-29 18:31:08 +01:00
  • 222fac73a0 GH-48983: [Packaging][Python] Build wheel from sdist using build and add check to validate LICENSE.txt and NOTICE.txt are part of the wheel contents (#48988) Raúl Cumplido 2026-01-29 15:10:59 +01:00
  • 86b860fc4e GH-49044: [CI][Python] Fix test_download_tzdata_on_windows by adding required user-agent on urllib request (#49052) Rok Mihevc 2026-01-29 12:41:41 +01:00
  • 338459608a GH-48673: [C++] Fix ToStringWithoutContextLines to check for :\d+ pattern before removing lines (#48674) Hyukjin Kwon 2026-01-29 20:24:03 +09:00
  • 08175e5e77 GH-48866: [C++][Gandiva] Truncate subseconds beyond milliseconds in castTIMESTAMP_utf8 and castTIME_utf8 (#48867) Arkadii Kravchuk 2026-01-29 09:52:25 +02:00
  • f797801d09 GH-49030: [Ruby] Add support for writing fixed size binary array (#49031) Sutou Kouhei 2026-01-29 07:24:03 +09:00
  • 5d3014ac40 GH-49027: [Ruby] Add support for writing time arrays (#49028) Sutou Kouhei 2026-01-29 07:23:38 +09:00
  • debc30c7ff GH-49024: [CI] Update Debian version in .env (#49032) Antoine Pitrou 2026-01-28 22:54:15 +01:00
  • 1880d3ab08 GH-49042: [C++] Remove mimalloc patch (#49041) Antoine Pitrou 2026-01-28 22:52:47 +01:00
  • 0e9e32fc23 GH-49037: [Benchmarking] Install R from non-conda source for benchmarking (#49038) Nic Crane 2026-01-28 11:04:20 -05:00
  • 811a273b9d GH-48961: [Docs][Python] Doctest fails on pandas 3.0 (#48969) tadeja 2026-01-28 15:22:05 +01:00
  • d2fcaa6d1f MINOR: [R] Add 22.0.0.1 to compatiblity matrix (#49039) Nic Crane 2026-01-28 07:37:08 -05:00
  • ec827d642f GH-48586: [Python][CI] Upload artifact to python-sdist job (#49008) Raúl Cumplido 2026-01-28 11:50:20 +01:00
  • 4ea567c9d4 GH-35437: [C++] Remove obsolete TODO about DictionaryArray const& return types (#48956) Hyukjin Kwon 2026-01-28 18:34:17 +09:00
  • 5fef228e8f GH-33450: [C++] Remove GlobalForkSafeMutex (#49033) Antoine Pitrou 2026-01-28 09:53:00 +01:00
  • 939dd95ac7 GH-49029: [Doc] Run sphinx-build in parallel (#49026) Antoine Pitrou 2026-01-28 09:38:25 +01:00
  • 7540ad88e5 GH-48951: [Docs] Add documentation relating to AI tooling (#48952) Nic Crane 2026-01-28 03:19:58 -05:00
  • 5a71d2a404 GH-48932: [C++][Packaging][FlightRPC] Fix rsync build error ODBC Nightly Package (#48933) Alina (Xi) Li 2026-01-27 17:13:02 -08:00
  • 0d0e068da0 GH-36889: [C++][Python] Fix duplicate CSV header when first batch is empty (#48718) Ruiyang Wang 2026-01-27 07:18:16 -08:00
  • de06a522ff GH-48912: [R] Configure C++20 in conda R on continuous benchmarking (#48974) Nic Crane 2026-01-27 08:37:34 -05:00
  • 515f724690 GH-47692: [CI][Python] Do not fallback to return 404 if wheel is found on emscripten jobs (#49007) Raúl Cumplido 2026-01-27 13:36:24 +01:00
  • a7343ed84a GH-48985: [GLib][Ruby] Fix GC problems in node options and expressions (#48989) Sutou Kouhei 2026-01-27 21:29:00 +09:00
  • eb1525e25a GH-48949: [C++][Parquet] Add Result versions for parquet::arrow::FileReader::ReadRowGroup(s) (#48982) fenfeng9 2026-01-27 19:45:24 +08:00
  • b85f20bdb1 GH-48992: [Ruby] Add support for writing large UTF-8 array (#48993) Sutou Kouhei 2026-01-27 20:02:36 +09:00
  • 685873e2c3 GH-48990: [Ruby] Add support for writing date arrays (#48991) Sutou Kouhei 2026-01-27 20:02:16 +09:00
  • 790ed2c934 GH-48947 [CI][Python] Install pymanager.msi instead of pymanager.msix to fix docker rebuild on Windows wheels (#48948) Raúl Cumplido 2026-01-27 11:29:02 +01:00
  • cb61dfe217 GH-48691: [C++][Parquet] Write serializer may crash if the value buffer is empty (#48692) Rex(Hui) An 2026-01-27 17:44:07 +08:00
  • 5272a68c13 GH-48966: [C++] Fix cookie duplication in the Flight SQL ODBC driver and the Flight Client (#48967) Jianfeng Mao 2026-01-26 18:23:21 -07:00
  • 8010794116 GH-48924: [C++][CI] Fix pre-buffering issues in IPC file reader (#48925) Antoine Pitrou 2026-01-26 14:29:00 +01:00
  • 95a3ed4b6b GH-48965: [Python][C++] Compare unique_ptr for CFlightResult or CFlightInfo to nullptr instead of NULL (#48968) Raúl Cumplido 2026-01-26 11:08:45 +01:00
  • 1779d26127 GH-48637: [C++][FlightRPC] ODBC: Disable absl deadlock detection (#48747) Alina (Xi) Li 2026-01-25 18:11:52 -08:00
  • e21d057a22 GH-48880: [Ruby] Fix a bug that Arrow::ExecutePlan nodes may be GC-ed (#48919) Sutou Kouhei 2026-01-26 11:02:42 +09:00
  • 64ce4bdc41 GH-48973: [R][C++] Fix RE2 compilation errors under C++20 (#48976) Jonathan Keane 2026-01-25 09:42:16 -06:00
  • 7bc47c0650 GH-48160: [C++][Gandiva] Pass CPU attributes to LLVM (#48161) Logan Riggs 2026-01-24 23:45:30 -08:00