1. 1629420 feat(spark): implement Spark `make_interval` function (#17424) by David López · 4 hours ago main
  2. 78d5779 chore(deps): bump the proto group with 2 updates (#16806) by dependabot[bot] · 4 hours ago
  3. 58bc749 Support FixedSizeList for array_position (#17659) by Jeffrey Vo · 5 hours ago
  4. bea1b0a chore: Upgrade Rust version to 1.90.0 (#17677) by Rohan Krishnaswamy · 5 hours ago
  5. 602475f minor: add SQLancer fuzzed SLT case for natural joins (#17683) by Jeffrey Vo · 14 hours ago
  6. 6082727 fix: correct statistics for `NestedLoopJoinExec` (#17680) by Duong Cong Toai · 14 hours ago
  7. d55fb6d Support FixedSizeList for array_to_string (#17666) by Jeffrey Vo · 15 hours ago
  8. c2d839f chore: refactor array fn signatures & add more slt tests (#17672) by Jeffrey Vo · 18 hours ago
  9. d96fbde fix: null padding for `array_reverse` on `FixedSizeList` (#17673) by Chen Chongchen · 19 hours ago
  10. 523eadd Support FixedSizeList for array_except (#17658) by Jeffrey Vo · 20 hours ago
  11. 00f5b7d Support LargeList for array_sort (#17657) by Jeffrey Vo · 20 hours ago
  12. 1488e10 feat(substrait): add time literal support (#17655) by Bruno Volpato · 28 hours ago
  13. 03b6789 Custom timestamp format for DuckDB (#17653) by Viktor Yershov · 31 hours ago
  14. 14656f5 feat(small): Display `NullEquality` in join executor's `EXPLAIN` output (#17664) by Yongting You · 2 days ago
  15. 75c7720 minor: Improve hygiene for `datafusion-functions` macros (#17638) by Jeffrey Vo · 2 days ago
  16. 44cd972 Support Decimal32/64 types (#17501) by Adam Gutglick · 2 days ago
  17. 7125e97 fix: Ignore governance doc from typos (#17678) by Rohan Krishnaswamy · 2 days ago
  18. d572eeb Add explicit PMC/committers list to governance docs page (#17574) by Andrew Lamb · 2 days ago
  19. b9517a1 docs: deduplicate links in `introduction.md` (#17669) by Jeffrey Vo · 2 days ago
  20. 35c1cfd Introduce `TypeSignatureClass::Binary` to allow accepting arbitrarily sized `FixedSizeBinary` arguments (#17531) by Jeffrey Vo · 2 days ago
  21. 4a5b137 docs: add xorq to list of known users (#17668) by Dan Lovell · 2 days ago
  22. 7d50c37 chore(deps): bump indexmap from 2.11.3 to 2.11.4 (#17661) by dependabot[bot] · 2 days ago
  23. ac42765 minor: Ensure `proto` crate has datetime & unicode expr flags in datafusion dev dependency (#17656) by Jeffrey Vo · 2 days ago
  24. 4e94346 feat: add support for RightAnti and RightSemi join types (#17604) by Bruno Volpato · 2 days ago
  25. 0aa6d35 proto: don't include parquet feature by default (#17577) by Jack Kleeman · 2 days ago
  26. 5f0b83c chore(deps): bump taiki-e/install-action from 2.61.9 to 2.61.10 (#17660) by dependabot[bot] · 2 days ago
  27. d587b8d chore: Update dynamic filter formatting (#17647) by Rohan Krishnaswamy · 3 days ago
  28. c1ca3c4 chore(deps): bump serde from 1.0.223 to 1.0.225 (#17614) by dependabot[bot] · 3 days ago
  29. 293bf3e fix: Preserves field metadata when creating logical plan for VALUES expression (#17525) by Kristin Cowalcijk · 3 days ago
  30. 980c948 Upgrade to arrow 56.1.0 (#17275) by Andrew Lamb · 3 days ago
  31. 4528f2f optimizer: Rewrite `IS NOT DISTINCT FROM` joins as Hash Joins (#17319) by Yongting You · 3 days ago
  32. f1765a1 minor: Ensure `datafusion-sql` package dependencies have `sql` flag (#17644) by Jeffrey Vo · 3 days ago
  33. c910db4 fix(SubqueryAlias): use maybe_project_redundant_column (#17478) by Filippo Rossi · 3 days ago
  34. 13208e6 Validate the memory consumption in SPM created by multi level merge (#17029) by ding-young · 3 days ago
  35. b293e2c chore(deps): bump Swatinem/rust-cache from 2.8.0 to 2.8.1 (#17641) by dependabot[bot] · 3 days ago
  36. 70f4d19 chore(deps): bump taiki-e/install-action from 2.61.8 to 2.61.9 (#17640) by dependabot[bot] · 3 days ago
  37. e2a5b57 `avg(distinct)` support for decimal types (#17560) by Jeffrey Vo · 4 days ago
  38. da89395 feat: Add `OR REPLACE` to creating external tables (#17580) by Jonathan Chen · 4 days ago
  39. 9351c7a docs: Move Google Summer of Code 2025 pages to a section (#17504) by Andrew Lamb · 4 days ago
  40. 631f9ab Use `Display` formatting of `DataType`:s in error messages (#17565) by Emil Ernerfeldt · 4 days ago
  41. 9e36ec4 fix: Change `OuterReferenceColumn` to contain the entire outer field to prevent metadata loss (#17524) by Kristin Cowalcijk · 4 days ago
  42. 0c7da26 perf: Simplify CASE for any WHEN TRUE (#17602) by Peter Nguyen · 4 days ago
  43. 553f5b6 Bump datafusion-testing to latest (#17609) by Jeffrey Vo · 4 days ago
  44. 9cc8c8d docs: Update documentation on Epics and Supervising Maintainers (#17505) by Andrew Lamb · 4 days ago
  45. 9348304 Revert "Always run CI checks (#17538)" (#17629) by Dmitrii Blaginin · 4 days ago
  46. 3c021ac Always run CI checks (#17538) by Dmitrii Blaginin · 4 days ago
  47. d2f8fa5 fix: SortExec TopK OOM (#17622) by Nuno Faria · 4 days ago
  48. a6a1289 chore(deps): bump taiki-e/install-action from 2.61.6 to 2.61.8 (#17615) by dependabot[bot] · 4 days ago
  49. 986cfcd Enable `inefficient_to_string` Clippy lint (#17583) by Piotr Findeisen · 5 days ago
  50. 0e9b4a3 chore(deps): bump serde_json from 1.0.143 to 1.0.145 (#17585) by dependabot[bot] · 5 days ago
  51. ef71119 chore(deps): bump indexmap from 2.11.1 to 2.11.3 (#17587) by dependabot[bot] · 5 days ago
  52. 0181c79 feat: add `sql` feature to make sql planning optional (#17332) by Tim Saucer · 5 days ago
  53. 1a53ba0 Update release readme (#17591) by xudong.w · 5 days ago
  54. 9efabf9 minor: fix compilation issue for extended tests due to missing parquet encryption flag (#17579) by Jeffrey Vo · 5 days ago
  55. 10f4188 chore: replace deprecated UnionExec API (#17588) by Eugene Tolbakov · 5 days ago
  56. 49d49fd fix: Remove duplicate expressions in dynamicFilter when PartitionMode is CollectLeft` (#17551) by UBarney · 5 days ago
  57. c61ac33 feat: add "unicode_expressions" feature to datafusion dev-dependency (#17584) by kosiew · 5 days ago
  58. 0a1a1b6 chore(deps): bump taiki-e/install-action from 2.61.5 to 2.61.6 (#17586) by dependabot[bot] · 5 days ago
  59. e14322d feat: Simplify CASE WHEN true THEN expr to expr (#17450) by EeshanBembi · 5 days ago
  60. 62f214f fix: ignore non-existent columns when adding filter equivalence info in `FileScanConfig` (#17546) by Rohan Krishnaswamy · 6 days ago
  61. 685f5d6 fix error message typo (#17570) by Adam Gutglick · 6 days ago
  62. 3f22f8c Trying cargo machete to prune unused deps. (#17545) by Samuele Resca · 6 days ago
  63. 7d08c27 Use taiki-e/install-action and binstall in CI (#17573) by Adam Gutglick · 6 days ago
  64. b122a16 fix: prevent UnionExec panic with empty inputs (#17449) by EeshanBembi · 6 days ago
  65. 7b45934 Add `TableProvider::scan_with_args` (#17336) by Adrian Garcia Badaracco · 6 days ago
  66. e711f14 Generalize struct-to-struct casting with CastOptions and SchemaAdapter integration (#17468) by kosiew · 6 days ago
  67. 8b19ce8 chore(deps): bump semver from 1.0.26 to 1.0.27 (#17566) by dependabot[bot] · 6 days ago
  68. 47462ed chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 (#17564) by dependabot[bot] · 6 days ago
  69. e2c2d38 feat: Ensure explain format in config is valid (#17549) by Alex Huang · 7 days ago
  70. cad78be feat(spark): implement Spark bitwise function shiftleft/shiftright/shiftrightunsighed (#17013) by Chen Chongchen · 7 days ago
  71. ac0d24f minor: Update doc comments on type signature (#17556) by Jeffrey Vo · 7 days ago
  72. 572c204 feat: Support log for Decimal128 and Decimal256 (#17023) by theirix · 8 days ago
  73. af7587b fix: Ensure the CachedParquetFileReader respects the metadata prefetch hint (#17302) by Nuno Faria · 8 days ago
  74. 5411b4c fix: Add AWS environment variable checks for S3 tests (#17519) by Alex Huang · 8 days ago
  75. bb0c3ff Document how schema projection works. (#17250) by wiedld · 9 days ago
  76. 5570f75 Add test for decimal256 and float math (#17530) by Jeffrey Vo · 9 days ago
  77. 20f1640 Using encode_arrow_schema from arrow-rs. (#17543) by Samuele Resca · 9 days ago
  78. 5fd831f Revert #17295 (Support from-first SQL syntax) (#17520) by Adrian Garcia Badaracco · 9 days ago
  79. a431bf7 Add assertion that ScalarUDFImpl implementation is consistent with declared return type (#17515) by Piotr Findeisen · 9 days ago
  80. fdc54b7 Fix predicate simplification for incompatible types in push_down_filter (#17521) by Adrian Garcia Badaracco · 9 days ago
  81. aada2e1 feat: Add binary to `join_fuzz` testing (#17497) by Jonathan Chen · 9 days ago
  82. dd3976b Update Bug issue template to use Bug issue type (#17540) by Piotr Findeisen · 9 days ago
  83. 74204cd Rename Blaze to Auron (#17532) by Ruilei Ma · 9 days ago
  84. e408847 Disable `required_status_checks` for now (#17537) by Dmitrii Blaginin · 9 days ago
  85. 50733bc Implement timestamp_cast_dtype for SqliteDialect (#17479) by Viktor Yershov · 9 days ago
  86. bfc5067 bug: Support null as argument to to_local_time (#17491) by Peter Nguyen · 9 days ago
  87. 351675d Prepare for Merge Queue (#17183) by Dmitrii Blaginin · 11 days ago
  88. 48cb9f3 fix: correct typos in CONTRIBUTING.md (#17507) by Alex Huang · 11 days ago
  89. 30efc4d Fix NULL Arithmetic Handling for Numerical Operators in Type Coercion (#17418) by Eugene Tolbakov · 11 days ago
  90. 14a7ade Fix ambiguous column names in substrait conversion as a result of literals having the same name during conversion. (#17299) by Xander · 11 days ago
  91. a281b25 Always use 'indent' format for explain verbose (#17481) by Peter Nguyen · 11 days ago
  92. a1709b6 update physical-plan to use datafusion-functions-aggregate-common for Min/MaxAccumulator (#17502) by Adrian Garcia Badaracco · 11 days ago
  93. bb7fbe5 Update datafusion-testing pin to update expected output for extended tests (#17490) by Andrew Lamb · 11 days ago
  94. ab108a5 move MinAggregator and MaxAggregator to functions-aggregate-common (#17492) by Adrian Garcia Badaracco · 11 days ago
  95. 9398af3 refactor: Move `SMJ` tests into own file (#17495) by Jonathan Chen · 11 days ago
  96. 5bb476f chore(deps): bump tempfile from 3.21.0 to 3.22.0 (#17499) by dependabot[bot] · 11 days ago
  97. fe7023d chore(deps): bump sqllogictest from 0.28.3 to 0.28.4 (#17500) by dependabot[bot] · 11 days ago
  98. da3d90a synchronize partition bounds reporting in HashJoin (#17452) by Rohan Krishnaswamy · 12 days ago
  99. 0c7d830 Fix `PartialOrd` for logical plan nodes and expressions (#17438) by Piotr Findeisen · 12 days ago
  100. 5b833b9 Refactor HashJoinExec to progressively accumulate dynamic filter bounds instead of computing them after data is accumulated (#17444) by Adrian Garcia Badaracco · 12 days ago