1. 9c1e5bd ARROW-12421: [Rust] [DataFusion] Disable repartition rule by Andy Grove · 3 years, 1 month ago
  2. 66aa3e7 ARROW-12380: [Rust] [Ballista] Basic scheduler ui by Sathis Kumar · 3 years, 1 month ago
  3. 715cb57 ARROW-11999: [Java] Support parallel vector element search with user-specified comparator by liyafan82 · 3 years, 1 month ago
  4. b2ceb8f ARROW-12104: [Go][Parquet] Second chunk of Ported Go Parquet code by Matthew Topol · 3 years, 1 month ago
  5. 3e5895d ARROW-12111: [Java] Generate flatbuffer files using flatc 1.12.0 by Nathaniel Bauernfeind · 3 years, 1 month ago
  6. d7f90ca ARROW-12400: [Rust] Re-enable tests in arrow::array::transform by Raphael Taylor-Davies · 3 years, 1 month ago
  7. 6888c41 ARROW-6103: [Release][Java] Remove mvn release plugin by Krisztián Szűcs · 3 years, 1 month ago
  8. 958c19a ARROW-12335: [Rust] [Ballista] Use latest DataFusion by Andy Grove · 3 years, 1 month ago
  9. ec6436e ARROW-12402: [Rust] [DataFusion] Implement SQL metrics example by Andy Grove · 3 years, 1 month ago
  10. 49455ec ARROW-12367: [C++] Stop producing when PushGenerator was destroyed by Antoine Pitrou · 3 years, 1 month ago
  11. 45847e1 ARROW-12389: [R] [Docs] Add note about autocasting by Jonathan Keane · 3 years, 1 month ago
  12. 04b6de6 ARROW-12405: [Packaging] Fix apt artifact patterns and artifact uploading from travis by Krisztián Szűcs · 3 years, 1 month ago
  13. 04e5256 ARROW-12409: [R] Remove LazyData from DESCRIPTION by Jonathan Keane · 3 years, 1 month ago
  14. 28ed8f7 ARROW-12406: [R] Fix checkbashism violation in configure by Jonathan Keane · 3 years, 1 month ago
  15. 1cabc80 ARROW-12401: [R] Fix guard around dataset___Scanner__TakeRows by Ian Cook · 3 years, 1 month ago
  16. cd4df5e ARROW-8900: [C++][Python] Expose Proxy Options as parameters for S3FileSystem by sjgupta2 · 3 years, 1 month ago
  17. fac30e7 ARROW-12408: [R] Delete Scan() by David Li · 3 years, 1 month ago
  18. d11aaf4 ARROW-12383: [JS] Upgrade dependencies by Dominik Moritz · 3 years, 1 month ago
  19. 22bebf8 ARROW-11568: [C++][Compute] Rewrite mode kernel by Yibo Cai · 3 years, 1 month ago
  20. 2da0a37 ARROW-9731: [C++][Python][R][Dataset] Implement Scanner::Head by David Li · 3 years, 1 month ago
  21. 150224c ARROW-12151: [Docs] Add Jira component + summary conventions to the docs by Jonathan Keane · 3 years, 1 month ago
  22. 926452b ARROW-12188: [Docs] Switch to pydata-sphinx-theme for the main sphinx docs by Joris Van den Bossche · 3 years, 1 month ago
  23. d4ca31f ARROW-12396: [Python][Docs] Clarify serialization/filesystem docstrings about deprecated status by Joris Van den Bossche · 3 years, 1 month ago
  24. c394a20 ARROW-12246: [CI] Sync conda recipes with upstream feedstock by Uwe L. Korn · 3 years, 1 month ago
  25. 26a5a04 ARROW-12390: [Rust] Inline from_trusted_len_iter, try_from_trusted_len_iter, extend_from_slice by Heres, Daniel · 3 years, 1 month ago
  26. 95b8f99 ARROW-12397: [Rust] [DataFusion] Simplify readme example by witchard · 3 years, 1 month ago
  27. 1251f53 ARROW-12317: [Rust] JSON writer support for time, duration and date by Qingping Hou · 3 years, 1 month ago
  28. 645c3f9 ARROW-11472: [Python][CI] Remove temporary pin of numpy in kartothek integration build by Joris Van den Bossche · 3 years, 1 month ago
  29. 61935aa ARROW-12250: [Rust] [Parquet] Fix failing arrow_writer test by Neville Dipale · 3 years, 1 month ago
  30. 9178c13 ARROW-12337: [Rust] add DoubleEndedIterator and ExactSizeIterator traits by Ritchie Vink · 3 years, 1 month ago
  31. 15137e2 ARROW-7215: [C++][Gandiva] Implement castVARCHAR(numeric_type) functions by Anthony Louis · 3 years, 1 month ago
  32. 1e6819c ARROW-12057: [Python] Remove direct usage of pandas' Block subclasses (partly) by Joris Van den Bossche · 3 years, 1 month ago
  33. 1c0641d ARROW-12017: [R] [Documentation] Make proper developing arrow docs by Jonathan Keane · 3 years, 1 month ago
  34. 818c57c ARROW-12381: [Packaging][Python] macOS wheels are built with wrong package kind by Krisztián Szűcs · 3 years, 1 month ago
  35. d575858 ARROW-11797: [C++][Dataset] Provide batch stream Scanner methods by Benjamin Kietzman · 3 years, 1 month ago
  36. 02cdeab ARROW-12376: [Dev] Log traceback for unexpected exceptions in archery trigger-bot by David Li · 3 years, 1 month ago
  37. 5794290 ARROW-12273: [JS] [Rust] Remove coveralls by Dominik Moritz · 3 years, 1 month ago
  38. c7485b7 ARROW-11477: [R][Doc] Reorganize and improve README and vignette content by Ian Cook · 3 years, 1 month ago
  39. df20489 ARROW-12370: [R] Bindings for power kernel by Mauricio Vargas · 3 years, 1 month ago
  40. 894fab0 ARROW-11468: [R] Allow user to pass schema to read_json_arrow() by Nic Crane · 3 years, 1 month ago
  41. b5045ed ARROW-12382: [C++] Bundle xsimd if runtime SIMD level is set by David Li · 3 years, 1 month ago
  42. 05ec438 ARROW-12161: [C++][Dataset] Revert async CSV reader in datasets by Weston Pace · 3 years, 1 month ago
  43. 568046a ARROW-11475: [C++] Revert "Upgrade mimalloc" by David Li · 3 years, 1 month ago
  44. ccdbbe3 ARROW-12384: [JS] Use let/const and clean up eslint rules by Dominik Moritz · 3 years, 1 month ago
  45. a865dc9 ARROW-12375: [Release] Remove rebase post-release scripts by Krisztián Szűcs · 3 years, 1 month ago
  46. a5356c3 ARROW-12353: [Packaging][deb] Rename -archive-keyring to -apt-source by Sutou Kouhei · 3 years, 1 month ago
  47. 8f35024 ARROW-12385: [R] [CI] fix cran picking in CI by Jonathan Keane · 3 years, 1 month ago
  48. cb7a624 ARROW-12379: [C++] Fix ThreadSanitizer failure in SerialExecutor by Antoine Pitrou · 3 years, 1 month ago
  49. e99e70d ARROW-12220: [C++][CI] Thread sanitizer failure by Weston Pace · 3 years, 1 month ago
  50. 6f2e05d ARROW-11677: [C++][Docs] Add basic C++ datasets documentation by David Li · 3 years, 1 month ago
  51. 31c8c75 ARROW-12262: [Doc] Enable S3 and Flight in docs build by Antoine Pitrou · 3 years, 1 month ago
  52. 9c85e54 ARROW-12287: [C++] Create enumerating generator by Weston Pace · 3 years, 1 month ago
  53. fb892c6 ARROW-12330: [Developer] Restore values at counters column of Archery benchmark by Kazuaki Ishizaki · 3 years, 1 month ago
  54. 635ae77 ARROW-12374: [CI][C++][cron] Use Ubuntu 20.04 instead of 16.04 by Sutou Kouhei · 3 years, 1 month ago
  55. c3f55a4 ARROW-12294: [Rust] Fix boolean kleene kernels with no remainder by Christoph Schulze · 3 years, 1 month ago
  56. fe83dca ARROW-12361: [Rust] [DataFusion] Allow users to override physical optimization rules by Andy Grove · 3 years, 1 month ago
  57. 2863fdd ARROW-11924: [C++] Add streaming version of FileSystem::GetFileInfo by Antoine Pitrou · 3 years, 1 month ago
  58. 798a9b4 ARROW-12351: [CI][Ruby] Use ruby/setup-ruby instead of actions/setup-ruby by Sutou Kouhei · 3 years, 1 month ago
  59. 9fc589f ARROW-12354: [Packaging][RPM] Use apache.jfrog.io/artifactory/ instead of apache.bintray.com/ by Sutou Kouhei · 3 years, 1 month ago
  60. c0445d6 ARROW-12269: [JS] Move to eslint by Dominik Moritz · 3 years, 1 month ago
  61. 7cec72d ARROW-12309: [JS] Make es2015 bundles the default by Dominik Moritz · 3 years, 1 month ago
  62. ab3a08c ARROW-12304: [R] Update news and polish docs for 4.0 by Neal Richardson · 3 years, 2 months ago
  63. 5db4092 ARROW-12316: [C++] Prefer mimalloc on Apple by Antoine Pitrou · 3 years, 2 months ago
  64. a5f3b35 ARROW-11070: [C++][Compute] Implement power kernel by Rok · 3 years, 2 months ago
  65. 00a4436 ARROW-12357: [Archery] Bump Jinja2 version requirement by Antoine Pitrou · 3 years, 2 months ago
  66. d7558bf ARROW-11839: [C++] Use xsimd for generation of accelerated bit-unpacking by Antoine Pitrou · 3 years, 2 months ago
  67. a49d6e2 ARROW-12248: [C++] Avoid looking up ARROW_DEFAULT_MEMORY_POOL environment variable too late by Antoine Pitrou · 3 years, 2 months ago
  68. 57d430e ARROW-12332: [Rust] [Ballista] Add simple api server in scheduler by Sathis Kumar · 3 years, 2 months ago
  69. a102ba2 ARROW-12288: [C++] Create Scanner interface by Weston Pace · 3 years, 2 months ago
  70. 1ed6819 ARROW-12277: [Rust][DataFusion] Implement Sum/Count/Min/Max aggregates for Timestamp(_,_) by Andrew Lamb · 3 years, 2 months ago
  71. 7224920 ARROW-11752: [R] Replace usage of testthat::expect_is() by Nic Crane · 3 years, 2 months ago
  72. 2c77f3b ARROW-12352: [CI][R][Windows] Remove needless workaround for MSYS2 by Sutou Kouhei · 3 years, 2 months ago
  73. 62f8c20 ARROW-12326: [C++] Avoid needless c-ares detection by Sutou Kouhei · 3 years, 2 months ago
  74. c51c19e ARROW-12342: [Packaging] Fix tabulation in crossbow templates for submitting nightly builds by Krisztián Szűcs · 3 years, 2 months ago
  75. bc5a63b ARROW-12236: [R][CI] Add check that all docs pages are listed in _pkgdown.yml by Nic Crane · 3 years, 2 months ago
  76. f0bdcdb ARROW-12303: [JS] Use iterator instead of yield by Dominik Moritz · 3 years, 2 months ago
  77. b385fcd ARROW-12333: [JS] Remove jest-environment-node-debug and do not emit from typescript by default by Dominik Moritz · 3 years, 2 months ago
  78. 4801e43 ARROW-6248: [Python][C++] Raise better exception on HDFS file open error by Antoine Pitrou · 3 years, 2 months ago
  79. 4c6e1b9 ARROW-11761: [C++] Increase public API testing by Antoine Pitrou · 3 years, 2 months ago
  80. 745cdb6 ARROW-12314: [Python] Accept columns as set in parquet read_pandas by Joris Van den Bossche · 3 years, 2 months ago
  81. 66e1d2b ARROW-11972: [C++][R][Python][Dataset] Extract IPC/Parquet fragment scan options by David Li · 3 years, 2 months ago
  82. 91a658a ARROW-12323: [C++][Gandiva] Implement castTIME(timestamp) function by Anthony Louis · 3 years, 2 months ago
  83. b43a689 ARROW-12146: [C++][Gandiva] Implement CONVERT_FROM(expression, replacement char) function by João Pedro · 3 years, 2 months ago
  84. 632b2c1 ARROW-12069: [C++][Gandiva] Implement IN expressions for Decimal type by frank400 · 3 years, 2 months ago
  85. 6e61023 ARROW-11984: [C++][Gandiva] Implement SHA1 and SHA256 functions by Anthony Louis · 3 years, 2 months ago
  86. af4c8fc ARROW-12140: [C++][CI] Fix Valgrind failures in Grouper tests by Antoine Pitrou · 3 years, 2 months ago
  87. 077fe64 ARROW-12299: [Python] Recognize new filesytems in pq.write_to_dataset by Joris Van den Bossche · 3 years, 2 months ago
  88. 5b08205 ARROW-12313: [Rust] [Ballista] Update benchmark docs for Ballista by Andy Grove · 3 years, 2 months ago
  89. f1f4f2b Tag Ballista PRs (#9986) by Andy Grove · 3 years, 2 months ago
  90. fdb055f MINOR: Fix link to definition of minor (#9989) by Dominik Moritz · 3 years, 2 months ago
  91. 4d7150a ARROW-12274: [JS] Document how to run tests without building bundles by Dominik Moritz · 3 years, 2 months ago
  92. c2dc1d9 ARROW-12281: [JS] Remove shx, trash, and rimraf and update learna for yarn by Dominik Moritz · 3 years, 2 months ago
  93. 13c334e ARROW-12251: [Rust] Add Ballista to CI by Andy Grove · 3 years, 2 months ago
  94. 552969f ARROW-12267: [Rust] Implement support for timestamps in JSON writer by Andrew Lamb · 3 years, 2 months ago
  95. 19891d0 ARROW-12329: [Rust] [Ballista] Add Ballista README by Andy Grove · 3 years, 2 months ago
  96. 604379e ARROW-12328: [Rust] [Ballista] Fix formatting by Andy Grove · 3 years, 2 months ago
  97. e20a8b2 ARROW-12327: [Dev] Use pull request's head remote when submitting crossbow jobs via the comment bot by Krisztián Szűcs · 3 years, 2 months ago
  98. c5bc1a2 ARROW-12320: [CI] REPO arg missing from conda-cpp-valgrind by Weston Pace · 3 years, 2 months ago
  99. 4822483 ARROW-12197: [R] dplyr bindings for cast, dictionary_encode by Ian Cook · 3 years, 2 months ago
  100. f3d2d2d ARROW-12263: [Dev][Packaging] Move Crossbow to Archery by Krisztián Szűcs · 3 years, 2 months ago