1. aa27b4c ARROW-11766: [R] Better handling for missing compression codecs on Linux by Mauricio Vargas · 3 years, 1 month ago
  2. a077d67 ARROW-11589: [R] Add methods for modifying Schemas by Neal Richardson · 3 years, 1 month ago
  3. 868b543 ARROW-12208: [C++] Add the ability to run async tasks without using the CPU thread pool by Weston Pace · 3 years, 1 month ago
  4. 3dc01c5 ARROW-11795: [MATLAB] Migrate MATLAB Interface for Apache Arrow design doc to Markdown by Fiona La · 3 years, 1 month ago
  5. c0ce2b1 ARROW-12098: [R] Catch cpp build failures on linux by Neal Richardson · 3 years, 1 month ago
  6. 75c8cd6 ARROW-11328: [R] Collecting zero columns from a dataset returns entire dataset by Mauricio Vargas · 3 years, 1 month ago
  7. 53b462b ARROW-12278: [Rust][DataFusion] Use Timestamp(Nanosecond, None) for SQL TIMESTAMP Type by Andrew Lamb · 3 years, 1 month ago
  8. 6ddaaa8 ARROW-12254: [Rust][DataFusion] Stop polling limit input once limit is reached by Andrew Lamb · 3 years, 1 month ago
  9. 6bace6e ARROW-12170: [Rust][DataFusion] Introduce repartition optimization by Heres, Daniel · 3 years, 1 month ago
  10. 24da9fa MINOR: [JS] Correct build commands (#9960) by Dominik Moritz · 3 years, 1 month ago
  11. 60d1678 MINOR: [JS] remove superfluous space (#9953) by Dominik Moritz · 3 years, 1 month ago
  12. dc182fd ARROW-12305: [JS] Update generate.py to python3 and new versions of pyarrow by Dominik Moritz · 3 years, 1 month ago
  13. 113a515 ARROW-12239: [JS] Switch to yarn by Dominik Moritz · 3 years, 1 month ago
  14. 493b205 MINOR: [JS] correct comment in build file (#9955) by Dominik Moritz · 3 years, 1 month ago
  15. df12dee ARROW-12209: [JS] Copy all src files into the the TypeScript package by ptaylor · 3 years, 1 month ago
  16. 5b5c058 ARROW-12300: [C++] Remove linking of cuda runtime library by GALI PREM SAGAR · 3 years, 1 month ago
  17. 2fd4f80 ARROW-11982: [Rust] Donate Ballista Distributed Compute Platform by Andy Grove · 3 years, 1 month ago
  18. c2f665b ARROW-12279: [Rust][DataFusion] Add test for null handling in hash join (ARROW-12266) by Heres, Daniel · 3 years, 1 month ago
  19. ac38410 ARROW-12238: [JS] Remove trailing spaces and consistently add space after // by Dominik Moritz · 3 years, 1 month ago
  20. 9ea2890 ARROW-10421: [R] Use gc_memory_pool in more places by David Li · 3 years, 1 month ago
  21. 7679260 ARROW-12200: [R] Export and document list_compute_functions by Neal Richardson · 3 years, 1 month ago
  22. 5489bbf ARROW-10255: [JS] Reorganize exports for ESM tree-shaking by ptaylor · 3 years, 1 month ago
  23. 3258f12 ARROW-12058: [Python] Enable arithmetic operations on Expressions by Joris Van den Bossche · 3 years, 1 month ago
  24. b24cff9 ARROW-10403: [C++] Implement unique kernel for non-uniform chunked dictionary arrays by Rok · 3 years, 1 month ago
  25. 8d4ce14 ARROW-12286: [C++] Create AsyncGenerator from Future<AsyncGenerator<T>> by Weston Pace · 3 years, 1 month ago
  26. 95ca4f5 ARROW-12215: [C++] Allow null values in fixed-size binary columns read from CSV by Simon Bertron · 3 years, 1 month ago
  27. 7950d62 ARROW-12133: [C++][Gandiva] Add option to disable targeting host cpu during llvm ir compilation by Projjal Chanda · 3 years, 1 month ago
  28. 91802ae MINOR: [Doc] Fix "Parametrized" typo in docs (#9931) by emkornfield · 3 years, 1 month ago
  29. a691e03 MINOR: [Doc] Update the scopes needed for GH PATs and crossbow (#9940) by Jonathan Keane · 3 years, 1 month ago
  30. c736034 ARROW-11336: [C++][Doc] Improve Developing on Windows docs by Ian Cook · 3 years, 1 month ago
  31. f2db785 ARROW-12283: [R] Bindings for basic type convert functions in dplyr verbs by Ian Cook · 3 years, 1 month ago
  32. c92815d ARROW-11754: [R] Support dplyr::compute() by Ian Cook · 3 years, 1 month ago
  33. 6949f4a ARROW-12249: [R] [CI] Fix test-r-install-local nightlies by Jonathan Keane · 3 years, 1 month ago
  34. aa111ff ARROW-11832: [R] Handle conversion of extra nested struct column by Romain Francois · 3 years, 1 month ago
  35. 6b67b57 ARROW-11906 [R]: Make FeatherReader print method more informative by Jonathan Keane · 3 years, 1 month ago
  36. f96ebcf ARROW-12224: [Rust] Use stable rust for no default test, clean up CI tests by Andrew Lamb · 3 years, 1 month ago
  37. e69478a ARROW-12235: [Rust][DataFusion] LIMIT returns incorrect results when used with several small partitions by Andrew Lamb · 3 years, 1 month ago
  38. 8a4a1b7 ARROW-12141: [R] Bindings for grepl by Ian Cook · 3 years, 1 month ago
  39. a574953 ARROW-12082: [R][Dataset] Allow create dataset from vector of file paths by Ian Cook · 3 years, 1 month ago
  40. 9a41ccb ARROW-12190: [Rust][DataFusion] Implement parallel / partitioned hash join by Heres, Daniel · 3 years, 1 month ago
  41. 53696db ARROW-12168: [Go][IPC] Implement Compression handling for Arrow IPC by Matthew Topol · 3 years, 1 month ago
  42. 4db1b05 ARROW-12154: [C++][Gandiva] Fix gandiva crash in certain OS/CPU combinations by Projjal Chanda · 3 years, 1 month ago
  43. ad54cfa ARROW-12241: [Python] Make CSV cancellation test more robust by Antoine Pitrou · 3 years, 1 month ago
  44. be8892e ARROW-12040: [C++] Fix potential deadlock in recursive S3 walks by Weston Pace · 3 years, 1 month ago
  45. d95c72f ARROW-9451: [Python] Refuse implicit cast of str to unsigned integer by Antoine Pitrou · 3 years, 1 month ago
  46. f742968 ARROW-11464: [Python] Fix parquet.read_pandas to support all keywords of read_table by Joris Van den Bossche · 3 years, 1 month ago
  47. 8780ca4 ARROW-11475: [C++] Upgrade mimalloc by Antoine Pitrou · 3 years, 1 month ago
  48. 0c02ff9 ARROW-12112: [CI] Reduce footprint of conda-integration image by Antoine Pitrou · 3 years, 1 month ago
  49. 9e679a5 ARROW-12242: [Python][Doc] Tweak nightly build instructions by Antoine Pitrou · 3 years, 1 month ago
  50. 5554c54 ARROW-12228: [CI] Create base image for conda environments by Krisztián Szűcs · 3 years, 1 month ago
  51. 09aada3 ARROW-12237: [Packaging][Debian] Add support for bullseye by Sutou Kouhei · 3 years, 1 month ago
  52. 4384b65 ARROW-11548: [C++] Fix RandomArrayGenerator::List by Antoine Pitrou · 3 years, 1 month ago
  53. 09c8eea ARROW-12222: [Dev][Packaging] Include build url in the crossbow console report by Krisztián Szűcs · 3 years, 1 month ago
  54. 9450584 ARROW-12217: [C++] Cleanup cpp examples source files naming by Yibo Cai · 3 years, 1 month ago
  55. 538e13b ARROW-12227: [R] Fix RE2 and median nightly build failures by Ian Cook · 3 years, 1 month ago
  56. ace2bfc ARROW-11478: [R] Consider ways to make arrow.skip_nul option more user-friendly by Neal Richardson · 3 years, 1 month ago
  57. a111fc9 ARROW-12226: [C++] Fix Address Sanitizer failures by Antoine Pitrou · 3 years, 1 month ago
  58. 2132bb2 ARROW-12206: [Python][Docs] Fix Table docstrings by Albert Villanova del Moral · 3 years, 1 month ago
  59. 67bf0ab ARROW-12134: [C++] Add match_substring_regex kernel by David Li · 3 years, 1 month ago
  60. 8296bdc ARROW-12178: [CI] Update setuptools in the ubuntu images by Krisztián Szűcs · 3 years, 1 month ago
  61. 81f6521 ARROW-7364: [Rust][DataFusion] Add cast options to cast kernel and TRY_CAST to DataFusion by Mike Seddon · 3 years, 1 month ago
  62. e2c22a1 ARROW-12187: [C++][FlightRPC] Add compression benchmark for stream writing by Yibo Cai · 3 years, 1 month ago
  63. 3274d08 ARROW-10882: [Python] Allow writing dataset from iterator of batches by David Li · 3 years, 1 month ago
  64. 3e825a7 ARROW-12109: [Rust][DataFusion] Implement SHOW COLUMNS by Andrew Lamb · 3 years, 1 month ago
  65. 0de0de7 ARROW-12210: [Rust][DataFusion] Document SHOW TABLES / SHOW COLUMNS / Information Schema by Andrew Lamb · 3 years, 1 month ago
  66. dd8cd10 ARROW-12204: [Rust][CI] Reduce size of Rust build artifacts in integration test by Andrew Lamb · 3 years, 1 month ago
  67. fc1e54e ARROW-12214: [Rust][DataFusion] Add tests for limit by Andrew Lamb · 3 years, 1 month ago
  68. b22f50d ARROW-12172: [Python][Packaging] Pass python version as setuptools pretend version in the macOS wheel builds by Krisztián Szűcs · 3 years, 1 month ago
  69. 19718f8 ARROW-11338: [R] Bindings for quantile and median by Ian Cook · 3 years, 1 month ago
  70. 3f19b15 ARROW-11513: [R] Bindings for sub/gsub by Ian Cook · 3 years, 1 month ago
  71. 0fdbc94 ARROW-12176: [C++] Fix some typos of cpp examples by Clcanny · 3 years, 1 month ago
  72. 6db1183 ARROW-11822: [Rust][Datafusion] Support case sensitive comparisons for functions and aggregates by Andrew Lamb · 3 years, 1 month ago
  73. 4f9a94b ARROW-12155: [R] Require Table columns to be same length by Ian Cook · 3 years, 1 month ago
  74. fb44622 ARROW-12193: [Dev][Release] Use downloadable URL for archive download by Sutou Kouhei · 3 years, 1 month ago
  75. 5cabd31 ARROW-12034: [Developer Tools] Formalize Minor PRs by Micah Kornfield · 3 years, 1 month ago
  76. beb1c1b ARROW-12186: [Rust][DataFusion] Fix regexp_match test by Mike Seddon · 3 years, 1 month ago
  77. ebe4295 ARROW-12194: [Rust][Parquet] Bump zstd to v0.7 by Ivan Smirnov · 3 years, 1 month ago
  78. 2b87dfc ARROW-12112: [Rust] Create and store less debug information in CI and integration tests by Andrew Lamb · 3 years, 1 month ago
  79. 3d87a0e ARROW-12161: [C++] Async streaming CSV reader deadlocking when being run synchronously from datasets by Weston Pace · 3 years, 1 month ago
  80. 2f3ed3a ARROW-12052: [Rust] Add Child Data to Arrow's C FFI implementation. … by Ritchie Vink · 3 years, 1 month ago
  81. 3679132 ARROW-12173: [GLib] Remove #include <config.h> by Sutou Kouhei · 3 years, 1 month ago
  82. 6e29200 ARROW-12000: [Documentation] Add note about deviation from style guide on struct/classes by Weston Pace · 3 years, 1 month ago
  83. 938ac4f ARROW-12169: [C++] Fix decompressing file with empty stream at the end by Antoine Pitrou · 3 years, 1 month ago
  84. 876d579 ARROW-12068: [Python] Stop using distutils by Antoine Pitrou · 3 years, 1 month ago
  85. 24e3b7f ARROW-12097: [C++] Modify BackgroundGenerator so it creates fewer threads by Weston Pace · 3 years, 1 month ago
  86. 090f11c ARROW-10354: [Rust][DataFusion] regexp_extract function to select regex groups from strings by Florian Müller · 3 years, 1 month ago
  87. 1757ba2 ARROW-12160: [Rust] Add `into_inner()` to StreamWriter by Eric Burden · 3 years, 1 month ago
  88. caa8950 ARROW-12107: [Rust][DataFusion] Support `SELECT * from information_schema.columns` by Andrew Lamb · 3 years, 1 month ago
  89. cc3bcf8 ARROW-12171: [Rust] clean up clippy lints by Andrew Lamb · 3 years, 1 month ago
  90. 223a067 ARROW-11858: [GLib][Gandiva] Add Gandiva::Filter and related functions by Sutou Kouhei · 3 years, 1 month ago
  91. 971a9d3 ARROW-12110: [Java] Implement ZSTD compression by emkornfield · 3 years, 1 month ago
  92. 5216e04 PARQUET-1990: [C++] Refuse to write ConvertedType::NA by Antoine Pitrou · 3 years, 1 month ago
  93. ab435da ARROW-12143: [CI] R builds should timeout and fail after some threshold and dump the output. by Weston Pace · 3 years, 1 month ago
  94. 5bfae36 ARROW-12165: [Rust] inline append functions of builders by Ritchie Vink · 3 years, 1 month ago
  95. af4d5f4 ARROW-12028 ARROW-11940: [Rust][DataFusion] Add TimestampMillisecond support to GROUP BY/hash aggregates by Evan Chan · 3 years, 1 month ago
  96. 9a37f35 ARROW-12108: [Rust] [DataFusion] Implement SHOW TABLES by Andrew Lamb · 3 years, 1 month ago
  97. 892776f ARROW-12153: [Rust] [Parquet] Return file stats after writing file by Neville Dipale · 3 years, 1 month ago
  98. 249fa7c ARROW-12123: [Rust][DataFusion] Use smallvec for indices for better join performance by Heres, Daniel · 3 years, 1 month ago
  99. 7d664d5 ARROW-12089: [Doc] Fix Sphinx warnings by Antoine Pitrou · 3 years, 1 month ago
  100. 7a0d334 ARROW-7830: [C++][Parquet] Use Arrow version number for parquet by Micah Kornfield · 3 years, 1 month ago