1. e937cad [fix] Add type coercion from NULL to Interval to make date_bin more postgres compatible (#20499) by Lía Adriana · 6 hours ago main
  2. d75fcb8 Fix physical expr adapter to resolve physical fields by name, not column index (#20485) by kosiew · 6 hours ago
  3. 2347306 [Minor] Fix error messages for `shrink` and `try_shrink` (#20422) by Haresh Khanna · 12 hours ago
  4. 387e20c Improve `HashJoinExecBuilder` to save state from previous fields (#20276) by Albert Skalt · 16 hours ago
  5. 585bbf3 perf: Optimize `array_has_any()` with scalar arg (#20385) by Neil Conway · 17 hours ago
  6. 34dad2c Cache `PlanProperties`, add fast-path for `with_new_children` (#19792) by Albert Skalt · 17 hours ago
  7. b8cebdd Fix incorrect regex pattern in regex_replace_posix_groups (#19827) by Ganesh Patil · 18 hours ago
  8. e80694e Remove recursive const check in `simplify_const_expr` (#20234) by Adam Gutglick · 18 hours ago
  9. fdd36d0 Update comments on OptimizerRule about function name matching (#20346) by Andrew Lamb · 18 hours ago
  10. b16ad9b fix: SortMergeJoin don't wait for all input before emitting (#20482) by Raz Luvaton · 19 hours ago
  11. db5197b chore: Replace `matches!` on fieldless enums with `==` (#20525) by Neil Conway · 22 hours ago
  12. 932418b chore(deps): bump strum_macros from 0.27.2 to 0.28.0 (#20521) by dependabot[bot] · 22 hours ago
  13. e71e7a3 chore: Cleanup code to use `repeat_n` in a few places (#20527) by Neil Conway · 22 hours ago
  14. 670dbf4 fix: prevent duplicate alias collision with user-provided __datafusion_extracted names (#20432) by Adrian Garcia Badaracco · 23 hours ago
  15. 17d770d fix: handle out of range errors in DATE_BIN instead of panicking (#20221) by mishop-15 · 24 hours ago
  16. 9c85ac6 perf: Fix quadratic behavior of `to_array_of_size` (#20459) by Neil Conway · 24 hours ago
  17. a9c0901 Add support for FFI config extensions (#19469) by Tim Saucer · 25 hours ago
  18. 4a41587 Make `custom_file_casts` example schema nullable to allow null `id` values during casting (#20486) by kosiew · 26 hours ago
  19. 0dfa542 fix: HashJoin panic with dictionary-encoded columns in multi-key joins (#20441) by Tim-53 · 26 hours ago
  20. 6c79369 chore(deps): bump the all-other-cargo-deps group with 2 updates (#20519) by dependabot[bot] · 27 hours ago
  21. 4c0a653 chore(deps): bump taiki-e/install-action from 2.68.6 to 2.68.8 (#20518) by dependabot[bot] · 27 hours ago
  22. 3aa34b3 chore(deps): bump strum from 0.27.2 to 0.28.0 (#20520) by dependabot[bot] · 27 hours ago
  23. 11ef486 Runs-on for extended CI checks (#20511) by Dmitrii Blaginin · 28 hours ago
  24. d59cdfe Fix name tracker (#19856) by Xander · 30 hours ago
  25. b6d46a6 perf: Optimize `initcap()` (#20352) by Neil Conway · 32 hours ago
  26. 7602913 Switch to the latest Mac OS (#20510) by Dmitrii Blaginin · 2 days ago
  27. b9328b9 Upgrade to sqlparser 0.61.0 (#20177) by Andrew Lamb · 2 days ago
  28. d303f58 chore: Add end-to-end benchmark for array_agg, code cleanup (#20496) by Neil Conway · 2 days ago
  29. df8f818 chore: Avoid build fails on MinIO rate limits (#20472) by Oleks V · 2 days ago
  30. ed0323a feat: support `arrays_zip` function (#20440) by Oleks V · 2 days ago
  31. 89a8576 docs: Document that adding new optimizer rules are expensive (#20348) by Andrew Lamb · 2 days ago
  32. 60457d0 Runs-on for more actions (#20274) by Dmitrii Blaginin · 2 days ago
  33. 7815732 feat(memory-tracking): implement arrow_buffer::MemoryPool for MemoryPool (#18928) by Filippo · 2 days ago
  34. 9660c98 perf: Use zero-copy slice instead of take kernel in sort merge join (#20463) by Andy Grove · 3 days ago
  35. bfc012e bench: Add IN list benchmarks for non-constant list expressions (#20444) by Zhang Xiaofeng · 3 days ago
  36. c1ad863 [Minor] Use buffer_unordered (#20462) by Daniël Heres · 3 days ago
  37. f488a90 perf: Optimize scalar fast path for `regexp_like` and rejects g inside combined flags like ig (#20354) by Kumar Ujjawal · 4 days ago
  38. cfdd7c1 chore(deps): bump testcontainers-modules from 0.14.0 to 0.15.0 (#20471) by dependabot[bot] · 4 days ago
  39. 043f908 chore(deps): bump the all-other-cargo-deps group with 6 updates (#20470) by dependabot[bot] · 4 days ago
  40. 626bc01 chore(deps): bump astral-sh/setup-uv from 6.1.0 to 7.3.0 (#20468) by dependabot[bot] · 4 days ago
  41. d2c5666 chore(deps): bump taiki-e/install-action from 2.68.0 to 2.68.6 (#20467) by dependabot[bot] · 4 days ago
  42. d036015 chore: group minor dependencies into single PR (#20457) by Oleks V · 4 days ago
  43. 42dd427 bench: Add criterion benchmark for sort merge join (#20464) by Andy Grove · 4 days ago
  44. 0d63ced Implement FFI table provider factory (#20326) by Paul J. Davis · 4 days ago
  45. 1736fd2 refactor: Extract sort-merge join filter logic into separate module (#19614) by Liang-Chi Hsieh · 4 days ago
  46. fc98d5c feat: Implement Spark `bitmap_bucket_number` function (#20288) by Kazantsev Maksim · 5 days ago
  47. 7f99947 chore: Cleanup "!is_valid(i)" -> "is_null(i)" (#20453) by Neil Conway · 5 days ago
  48. a936d0d test: Extend Spark Array functions: `array_repeat `, `shuffle` and `slice` test coverage (#20420) by Eren Avsarogullari · 5 days ago
  49. 0f7a405 feat: support Spark-compatible `json_tuple` function (#20412) by Yu-Chuan Hung · 5 days ago
  50. 1ee782f Migrate Python usage to uv workspace (#20414) by Adrian Garcia Badaracco · 5 days ago
  51. ace9cd4 perf: Optimize trim UDFs for single-character trims (#20328) by Neil Conway · 5 days ago
  52. ba267ac build: update Rust toolchain version from 1.92.0 to 1.93.0 in `rust-toolchain.toml` (#20309) by dario curreri · 5 days ago
  53. b7f6090 perf: Optimize lpad, rpad for ASCII strings (#20278) by Neil Conway · 5 days ago
  54. 3157a2e chore: fix labeler for `datafusion-functions-nested` (#20442) by Oleks V · 5 days ago
  55. 0294a22 perf: Optimize `array_has()` for scalar needle (#20374) by Neil Conway · 5 days ago
  56. 0022d8e chore: Cleanup returning null arrays (#20423) by Neil Conway · 6 days ago
  57. c3f0807 perf: Optimize translate() UDF for scalar inputs (#20305) by Neil Conway · 6 days ago
  58. 4f4e814 perf: Optimize concat()/concat_ws() UDFs (#20317) by Neil Conway · 6 days ago
  59. c699361 fix: Handle Utf8View and LargeUtf8 separators in concat_ws (#20361) by Neil Conway · 7 days ago
  60. 08c09db feat: support sqllogictest output coloring (#20368) by theirix · 7 days ago
  61. 5bfcf95 feat: Implement Spark `bitmap_bit_position` function (#20275) by Kazantsev Maksim · 7 days ago
  62. 726d730 chore(deps): bump taiki-e/install-action from 2.67.27 to 2.68.0 (#20398) by dependabot[bot] · 7 days ago
  63. c0e80ed perf: Optimize scalar fast path of atan2 (#20336) by Kumar Ujjawal · 7 days ago
  64. d692df0 feat: Optimize hash util for `MapArray` (#20179) by Jonathan Chen · 7 days ago
  65. b6e4f95 chore(deps): bump syn from 2.0.114 to 2.0.116 (#20399) by dependabot[bot] · 7 days ago
  66. 468b690 perf: optimize `array_distinct` with batched row conversion (#20364) by lyne · 8 days ago
  67. ea51d90 [Minor] Update object_store to 0.12.5 (#20378) by Daniël Heres · 8 days ago
  68. 8172526 chore(deps): bump uuid from 1.20.0 to 1.21.0 (#20401) by dependabot[bot] · 8 days ago
  69. 4e43ac5 chore(deps): bump maturin from 1.11.5 to 1.12.2 in /docs (#20400) by dependabot[bot] · 8 days ago
  70. 35588bc chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#20397) by dependabot[bot] · 8 days ago
  71. 2325aaa chore(deps): bump env_logger from 0.11.8 to 0.11.9 (#20402) by dependabot[bot] · 8 days ago
  72. 939621f chore(deps): bump sqllogictest from 0.29.0 to 0.29.1 (#20405) by dependabot[bot] · 8 days ago
  73. 8336355 chore(deps): bump clap from 4.5.57 to 4.5.59 (#20404) by dependabot[bot] · 8 days ago
  74. abe5d98 chore(deps): bump tonic from 0.14.3 to 0.14.4 (#20406) by dependabot[bot] · 8 days ago
  75. 9acf387 chore(deps): bump aws-config from 1.8.13 to 1.8.14 (#20407) by dependabot[bot] · 8 days ago
  76. a829b21 chore(deps): bump liblzma from 0.4.5 to 0.4.6 (#20409) by dependabot[bot] · 8 days ago
  77. 5f0408c chore(deps): bump indicatif from 0.18.3 to 0.18.4 (#20410) by dependabot[bot] · 8 days ago
  78. bd31db9 chore(deps): bump sysinfo from 0.38.1 to 0.38.2 (#20411) by dependabot[bot] · 8 days ago
  79. 6798dff Fix `try_shrink` not freeing back to pool (#20382) by Peter L · 8 days ago
  80. 132b043 Fix incorrect `SortExec` removal before `AggregateExec` (option 2) (#20247) by Andrew Lamb · 9 days ago
  81. b0566c5 fix: update filter predicates for min/max aggregates only if bounds change (#20380) by notashes · 9 days ago
  82. d47bd59 Support parent dynamic filters for more join types (#20192) by Jack Kleeman · 9 days ago
  83. 53b0ffb fix: validate inter-file ordering in eq_properties() (#20329) by Adrian Garcia Badaracco · 11 days ago
  84. 98cc753 Adds support for ANSI mode in negative function (#20189) by Subham Singhal · 11 days ago
  85. 3f38609 perf: Optimize replace() fastpath by avoiding alloc (#20344) by Neil Conway · 11 days ago
  86. f471aaf feat(datafusion-cli): enhance CLI helper with default hint (#20310) by dario curreri · 11 days ago
  87. 7d217b1 Reduce ExtractLeafExpressions optimizer overhead with fast pre-scan (#20341) by Adrian Garcia Badaracco · 12 days ago
  88. bdad206 chore: Make memchr a workspace dependency (#20345) by Neil Conway · 12 days ago
  89. 80485d7 unify the prettier version adv(#20024) (#20311) by Sergey Zhukov · 12 days ago
  90. e9bcfb4 perf: Optimize compare_element_to_list (#20323) by Neil Conway · 12 days ago
  91. f5a2ac3 fix: percentile_cont interpolation causes NaN for f16 input (#20208) by Kumar Ujjawal · 12 days ago
  92. 4ad5c3d perf: Optimize strpos() for ASCII-only inputs (#20295) by Neil Conway · 12 days ago
  93. 682da84 feat: Push limit into hash join (#20228) by Jonathan Chen · 12 days ago
  94. 9c6a35f feat: add ExtractLeafExpressions optimizer rule for get_field pushdown (#20117) by Adrian Garcia Badaracco · 12 days ago
  95. f48dc72 Remove the statistics() api in execution plan (#20319) by xudong.w · 13 days ago
  96. 51e5c98 fix null handling for `nanvl` & implement fast path (#20205) by Kumar Ujjawal · 13 days ago
  97. a3d4651 chore: change width_bucket buckets parameter from i32 to i64 (#20330) by Oleks V · 13 days ago
  98. 2e202fd docs: fix typos and improve wording in README (#20301) by Divyansh Pratap Singh · 13 days ago
  99. af5f470 Support pushing down empty projections into joins (#20191) by Jack Kleeman · 13 days ago
  100. 2cca3fa chore: Remove "extern crate criterion" in benches (#20299) by Neil Conway · 13 days ago