Commit Graph

  • 75ef03165d GH-48394: [C++][Parquet] Add arrow::Result version of parquet::arrow::FileReader::ReadTable() (#48939) fenfeng9 2026-01-24 06:21:11 +08:00
  • 07c1c44967 GH-48945: [Ruby] Add support for writing large binary array (#48946) Sutou Kouhei 2026-01-23 12:11:17 +09:00
  • 9f5a5c7d09 GH-48942: [Ruby] Add support for writing float32/64 arrays (#48944) Sutou Kouhei 2026-01-23 11:52:36 +09:00
  • 9489a6688c GH-48885: [C++] Add missing curl dependency of Arrow::arrow_static CMake target (#48891) Sutou Kouhei 2026-01-23 11:51:35 +09:00
  • 7acfbb0510 [CRAN] Add checksums maint-23.0.0-r Nic Crane 2026-01-22 13:42:13 -05:00
  • 2a0511ac95 Update docs Nic Crane 2026-01-22 13:23:23 -05:00
  • 3f76710f8d GH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819) Jonathan Keane 2026-01-14 16:20:27 -06:00
  • 455df29493 GH-48928: [R] Update NEWS for 23.0.0 release (#48930) Nic Crane 2026-01-22 06:04:40 -05:00
  • dc8cbe5354 GH-44926: [R] Remove usage of cpp11's cpp11/altrep.hpp and HAS_ALTREP (#48902) Nic Crane 2026-01-21 10:58:51 -05:00
  • 9cde706419 GH-48928: [R] Update NEWS for 23.0.0 release (#48930) Nic Crane 2026-01-22 06:04:40 -05:00
  • 044ca4dd46 GH-48937: [Ruby] Add support for writing UTF-8 array (#48938) Sutou Kouhei 2026-01-22 18:07:09 +09:00
  • f5b3eb5dfb GH-48132: [Ruby] Add support for writing int16/32/64 and uint16/32/64 arrays (#48936) Sutou Kouhei 2026-01-22 18:05:13 +09:00
  • 86bca25798 GH-48921: [C++] Bump mimalloc to 3.2.7 (#48826) Antoine Pitrou 2026-01-22 09:16:57 +01:00
  • b29b786ed3 GH-48916: [Ruby] Add support for writing binary array (#48917) Sutou Kouhei 2026-01-22 10:21:02 +09:00
  • 8e13dbc4d3 GH-44926: [R] Remove usage of cpp11's cpp11/altrep.hpp and HAS_ALTREP (#48902) Nic Crane 2026-01-21 10:58:51 -05:00
  • 02e37e28c2 GH-48721: [C++] Add test for file creation with UTF-8 filenames (#48722) Hyukjin Kwon 2026-01-21 23:33:51 +09:00
  • 3ed916976d GH-48864: [C++] Support customizing more Zstd parameters (#48865) Zehua Zou 2026-01-21 21:35:46 +08:00
  • ed355945d2 GH-48897: [C++] Benchmark and optimize CountSetBits (#48898) Antoine Pitrou 2026-01-21 11:35:07 +01:00
  • 421a475fc5 GH-48900: [C++] Avoid memory blowup with excessive variadic buffer count in IPC (#48901) Antoine Pitrou 2026-01-21 10:16:51 +01:00
  • b5e495dd67 GH-48858: [C++][Parquet] Avoid re-serializing footer for signature verification (#48859) Antoine Pitrou 2026-01-21 09:21:31 +01:00
  • c5b3622b46 GH-48910: [Ruby] Add support for writing int8/uint8 arrays (#48911) Sutou Kouhei 2026-01-21 10:19:18 +09:00
  • d6b49034c2 GH-48869: [Doc] Add runs-on and AWS to Continuous Integration Sponsors on README (#48881) Raúl Cumplido 2026-01-20 22:54:07 +01:00
  • e78abb9cc3 GH-48890: [CI][Packaging][APT] Remove needless packages in downgrade tests (#48892) Sutou Kouhei 2026-01-20 23:44:27 +09:00
  • c1831676ae 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
  • 894d6a3d53 GH-48872: [C++][FlightRPC][CI][Packaging] Upload ODBC to Nightly Release (#48873) Alina (Xi) Li 2026-01-20 05:35:12 -08:00
  • 7b99930df5 GH-48853: [Release] Fix bytes to string comparison in download_rc_binaries.py (#48896) Shashwati Bhattacharyaa 2026-01-20 14:24:43 +05:30
  • 97c656bf2e GH-48888: [Ruby] Add support for writing boolean array (#48889) Sutou Kouhei 2026-01-20 07:00:38 +09:00
  • 8b648bef4b GH-48877: [C++][Parquet] Fix writer not to throw for bloom filter on disabled bool column (#48878) Gang Wu 2026-01-19 22:46:12 +08:00
  • e4c9ed2989 GH-48884: [Dev][Release] Remove non-published draft release candidates when publishing official release to GitHub (#48887) Raúl Cumplido 2026-01-19 10:51:28 +01:00
  • 34045db537 GH-48560: [C++][Parquet] When fuzzing, treat Table validation error as hard error (#48863) Antoine Pitrou 2026-01-19 10:25:27 +01:00
  • 2ac912e794 MINOR: [Release] Update .deb/.rpm changelogs for 23.0.0 apache-arrow-24.0.0.dev Raúl Cumplido 2026-01-18 17:26:16 +01:00
  • 06800aded6 MINOR: [Release] Update .deb package names for 24.0.0 Raúl Cumplido 2026-01-18 17:26:10 +01:00
  • 97aa9e49f9 MINOR: [Release] Update versions for 24.0.0-SNAPSHOT Raúl Cumplido 2026-01-18 17:25:59 +01:00
  • 435d8bae14 GH-48664: [R] Implement support for keepNA = FALSE in base::nchar() (#48665) Hyukjin Kwon 2026-01-19 00:10:58 +09:00
  • 6ec91627ec GH-48861: [CI] Fix wrong smtplib.SMTP.send_message usage (#48876) Sutou Kouhei 2026-01-16 17:44:54 +09:00
  • 25b7247f97 GH-48119: [C++][ODBC] Move class definitions to type_fwd.h (#48596) Akhmad O. 2026-01-16 06:00:25 +01:00
  • ddcf2dcbe9 MINOR: [CI][Release] Fix incorrect path in release_candidate.yml (#48871) Bryce Mecum 2026-01-15 16:17:05 -08:00
  • 7820f672ed GH-34785: [Doc][Parquet] Update doc for bloom filter support (#48860) Gang Wu 2026-01-15 17:43:53 +08:00
  • fb0bac6fdd GH-48311: [C++] Fix OOB memory access in buffered IO (#48322) chegoryu 2026-01-15 02:48:32 +01:00
  • d65eb94632 MINOR: [C++] Remove TODO asking why null count set unknown (#48823) Hyukjin Kwon 2026-01-15 09:55:45 +09:00
  • b14c6e00d0 GH-48856: [Release] Update copyright NOTICE year to 2026 (#48857) Raúl Cumplido 2026-01-15 01:21:15 +01:00
  • 9a5ddb0e90 GH-48817 [R][C++] Bump C++20 in R build infrastructure (#48819) Jonathan Keane 2026-01-14 16:20:27 -06:00
  • 962d051254 GH-34785: [C++][Parquet] Add bloom filter write support (#37400) mwish 2026-01-15 00:11:24 +08:00
  • 9866071fe7 GH-48848: [Dev] Remove obsolete Java, Go, and Swift entries from .gitignore (#48849) Hyukjin Kwon 2026-01-14 20:47:23 +09:00
  • a1ec5a9a1d GH-47167: [C++][Dev] Update clang-format dependency (#47168) Antoine Prouvost 2026-01-14 11:04:54 +01:00
  • 0ef674bc03 GH-48834 [C++][FlightRPC][Doc] Add instructions to run ODBC tests in README (#48835) Alina (Xi) Li 2026-01-13 16:40:03 -08:00
  • fed23f388b GH-48844: [C++] Check IPC Message body length consistency in IPC file (#48845) Antoine Pitrou 2026-01-13 20:36:07 +01:00
  • d54a2051cf GH-48759: [Python] Remove skip condition for pandas/issues/50127 (#48760) Hyukjin Kwon 2026-01-13 22:18:48 +09:00
  • eafe3a9e62 MINOR: [Release] Update versions for 23.0.0 apache-arrow-23.0.0-rc2 apache-arrow-23.0.0 release-23.0.0-rc2 maint-23.0.0 Raúl Cumplido 2026-01-13 14:05:35 +01:00
  • 45781e854c MINOR: [Release] Update .deb/.rpm changelogs for 23.0.0 Raúl Cumplido 2026-01-13 14:05:29 +01:00
  • 365e5aca5a MINOR: [Release] Update CHANGELOG.md for 23.0.0 Raúl Cumplido 2026-01-13 14:05:23 +01:00
  • e33512d1d8 GH-48841: [Release][Package] Add GH_TOKEN to rake build step on Linux Packaging jobs (#48842) Raúl Cumplido 2026-01-13 14:03:11 +01:00
  • 4f77a06e1f GH-48841: [Release][Package] Add GH_TOKEN to rake build step on Linux Packaging jobs (#48842) Raúl Cumplido 2026-01-13 14:03:11 +01:00
  • e7843b8012 MINOR: [Release] Update versions for 23.0.0 apache-arrow-23.0.0-rc1 release-23.0.0-rc1 Raúl Cumplido 2026-01-13 13:04:46 +01:00
  • c8e98d30ac MINOR: [Release] Update .deb/.rpm changelogs for 23.0.0 Raúl Cumplido 2026-01-13 13:04:40 +01:00
  • f6d1e11d59 MINOR: [Release] Update CHANGELOG.md for 23.0.0 Raúl Cumplido 2026-01-13 13:04:34 +01:00
  • 86d28e9d55 GH-48838: [Release] Use gh cli to download sources for Linux packages and publish draft release before verification (#48839) Raúl Cumplido 2026-01-13 13:01:18 +01:00
  • 4e5f7eae17 GH-48838: [Release] Use gh cli to download sources for Linux packages and publish draft release before verification (#48839) Raúl Cumplido 2026-01-13 13:01:18 +01:00
  • cff2c522e5 GH-40053: [Python] Preserve dict key order when inferring struct type (#48813) Gabriel Simões 2026-01-13 10:10:56 +00:00
  • f82dede3b2 GH-44817: [CI] Comment new repo url on issues of moved components (#44818) Jacob Wujciak-Jens 2026-01-13 10:54:40 +01:00
  • 288cd43bdc GH-48623: [CI][Archery][Dev] Add missing headers to email reports (#48624) Sutou Kouhei 2026-01-13 12:08:03 +09:00
  • 2d92e3d7de GH-48820: [Ruby] Add support for writing null array (#48821) Sutou Kouhei 2026-01-13 10:04:16 +09:00
  • cb100b2078 GH-48594: [C++][FlightRPC] Fix ODBC CI Long Build Time Issue (#48595) Alina (Xi) Li 2026-01-12 16:22:01 -08:00
  • 4e4026c9b9 MINOR: [CI] Bump actions/upload-artifact from 4 to 6 (#48833) dependabot[bot] 2026-01-13 09:20:33 +09:00
  • 6657a920a4 GH-48799: [C++] Improve SharedExclusiveChecker error messages (#48800) Hyukjin Kwon 2026-01-13 02:06:14 +09:00
  • d400b9c8da MINOR: [Release] Update versions for 23.0.0 apache-arrow-23.0.0-rc0 release-23.0.0-rc0 Raúl Cumplido 2026-01-12 16:21:54 +01:00
  • 0f0fbf663e MINOR: [Release] Update .deb/.rpm changelogs for 23.0.0 Raúl Cumplido 2026-01-12 16:21:49 +01:00
  • 3815b3ce6b MINOR: [Release] Update CHANGELOG.md for 23.0.0 Raúl Cumplido 2026-01-12 16:21:43 +01:00
  • b6362d0920 GH-48582: [CI][GPU][C++][Python] Add new CUDA jobs using the new self-hosted runners (#48583) Raúl Cumplido 2026-01-12 12:12:07 +01:00
  • 985b16ec27 GH-48582: [CI][GPU][C++][Python] Add new CUDA jobs using the new self-hosted runners (#48583) Raúl Cumplido 2026-01-12 12:12:07 +01:00
  • 8fb7a53f0e GH-48827: [CI][Python] Add required xz dependency to emscripten dockerfile (#48828) Raúl Cumplido 2026-01-12 12:05:47 +01:00
  • c08bcc624a GH-48827: [CI][Python] Add required xz dependency to emscripten dockerfile (#48828) Raúl Cumplido 2026-01-12 12:05:47 +01:00
  • 342c5d5630 GH-48809: [CI] Fix homebrew-cpp with Mac by using formula-based dependency resolution (#48824) Hyukjin Kwon 2026-01-12 19:21:23 +09:00
  • 8955bbf7b2 GH-48631: [R] Non-API calls: 'ATTRIB', 'SET_ATTRIB' (#48634) Nic Crane 2026-01-12 09:14:33 +00:00
  • b90a2b82d8 GH-48314: [Python] Compat with pandas 3.0 changed default datetime unit (#48319) Joris Van den Bossche 2026-01-12 10:02:10 +01:00
  • 8995d61c07 GH-48668: [Python][Docs] Add python examples for compute functions min/max/min_max (#48648) Ruifeng Zheng 2026-01-11 23:41:15 -08:00
  • ec56b37734 GH-48787: [C++] Disable -Werror for s2n-tls (#48791) meher745 2026-01-11 14:02:23 +05:30
  • 1e8645e803 GH-48660: [R] Add tests for filter() and arrange() with aggregation expressions (#48661) Hyukjin Kwon 2026-01-11 12:19:15 +09:00
  • 3fb84ff2c6 GH-48629: [R] Add tests for duplicate column names and incompatible types in joins (#48630) Hyukjin Kwon 2026-01-10 23:41:35 +09:00
  • a0f3d7b57c MINOR: [R] Remove outdated TODO for integer division by zero tests (#48653) Hyukjin Kwon 2026-01-10 23:32:54 +09:00
  • 7fe39d470f MINOR: [R] Add the explicit mirror to install R dependencies (#48649) Hyukjin Kwon 2026-01-10 22:59:11 +09:00
  • 6c7de4ee6b GH-48811: [C++][FlightRPC] ODBC: Add missing arrow:: to fix build (#48810) Alina (Xi) Li 2026-01-09 22:23:13 -08:00
  • 2009cc9196 GH-48807: [CI] Clean up space on GitHub runner to fix manylinux wheel failure (#48790) Raúl Cumplido 2026-01-09 23:14:10 +01:00
  • c43a2f019b MINOR: [Dev] Remove non active collaborators and add new ones (#48804) Raúl Cumplido 2026-01-09 10:04:47 +01:00
  • 2805afd27e GH-48782: [Docs][CI] Skip Markdown files with doxygen and trigger Docs job on PR when files are modified (#48786) Raúl Cumplido 2026-01-09 07:43:56 +01:00
  • ddab347aad GH-24157: [C++] Add tests for DayTimeIntervalBuilder (#48709) Hyukjin Kwon 2026-01-09 15:42:32 +09:00
  • b126c6e7aa GH-47724: [C++][FlightRPC] ODBC: implement SQLDescribeCol (#48052) Alina (Xi) Li 2026-01-08 17:22:57 -08:00
  • ff3ca553c7 GH-48707: [C++][FlightRPC] Use IRD precision/scale defaults with ARD override in SQLGetData (#48708) Hyukjin Kwon 2026-01-09 10:16:49 +09:00
  • 0c49503f0a GH-48755: [MATLAB] Rename getArrayProxyIDs to getProxyIDs (#48756) Hyukjin Kwon 2026-01-09 10:07:48 +09:00
  • 81e40465e8 MINOR: [Python] Remove impossible TODO in server middleware (#48794) Hyukjin Kwon 2026-01-09 09:55:57 +09:00
  • ba2ccaee2c GH-48784: [GLib] Make (system) Parquet C++ is optional (#48785) Sutou Kouhei 2026-01-09 09:44:34 +09:00
  • 4eccdad14f GH-48741: [C++] Fix deadlock in CSV AsyncThreadedTableReader destructor (#48742) Antoine Pitrou 2026-01-08 18:18:21 +01:00
  • fe5e0e5eec GH-48780: [CI] Add missing permissions for reusable workflow calls (#48778) Hyukjin Kwon 2026-01-08 18:48:25 +09:00
  • 5b1af01098 MINOR: [C++][Compute] Remove resolved TODO comments in case_when null validation (#48749) Hyukjin Kwon 2026-01-08 18:19:02 +09:00
  • 75f78a68a7 MINOR: [Docs] Typo in building.rst (#48768) tadeja 2026-01-08 10:17:59 +01:00
  • 00a97fe552 GH-48776: [CI][Ruby][Windows] Ensure removing temporary files (#48777) Sutou Kouhei 2026-01-08 18:17:02 +09:00
  • 076052300b GH-48461: [R][CI] Migrate Azure pipelines to GitHub actions (#48585) Raúl Cumplido 2026-01-08 09:33:30 +01:00
  • 28a497f533 GH-48752: [Ruby] Skip ChunkedArray test on Windows due to flakiness (#48779) Hyukjin Kwon 2026-01-08 16:46:26 +09:00
  • fdeac0b983 GH-48770: [CI] Add missing permissions declaration to workflows (#48771) Hyukjin Kwon 2026-01-08 14:11:53 +09:00
  • 45cf928756 GH-47787: [C++][FlightRPC] ODBC msi Windows installer (#48054) Alina (Xi) Li 2026-01-07 18:20:46 -08:00