1. dededf7 Disable failing `array_union` edge-case with nested null array (#19904) by Jeffrey Vo · 17 hours ago main
  2. 84e1ccc chore(deps): bump sphinx from 8.2.3 to 9.1.0 in /docs (#19647) by dependabot[bot] · 17 hours ago
  3. 5b122cc Consolidate cte_quoted_reference.slt into cte.slt (#19862) by Anjali Choudhary · 17 hours ago
  4. 1a5c100 chore(deps): bump taiki-e/install-action from 2.66.5 to 2.66.7 (#19883) by dependabot[bot] · 21 hours ago
  5. 4dfcd7b chore(deps): bump insta from 1.46.0 to 1.46.1 (#19901) by dependabot[bot] · 21 hours ago
  6. c35b897 chore(deps): bump postgres-types from 0.2.11 to 0.2.12 (#19902) by dependabot[bot] · 22 hours ago
  7. b8fcd01 chore(deps): bump tokio-postgres from 0.7.15 to 0.7.16 (#19899) by dependabot[bot] · 22 hours ago
  8. 3f77ee4 chore(deps): bump wasm-bindgen-test from 0.3.56 to 0.3.58 (#19898) by dependabot[bot] · 22 hours ago
  9. d90d074 perf: Optimize round scalar performance (#19831) by Kumar Ujjawal · 2 days ago
  10. 05451da feat(spark): implement Spark `date_diff` function (#19845) by cht42 · 2 days ago
  11. 4ed808a feat(spark): add trunc, date_trunc and time_trunc functions (#19829) by cht42 · 2 days ago
  12. 936f959 Add FilterExecBuilder to avoid recomputing properties multiple times (#19854) by Adrian Garcia Badaracco · 3 days ago
  13. fc7d090 Spark date part (#19823) by cht42 · 3 days ago
  14. 8b179d9 perf: optimize `spark_hex` dictionary path by avoiding dictionary expansion (#19832) by lyne · 3 days ago
  15. 0aab6a3 feat: support `SELECT DISTINCT id FROM t ORDER BY id LIMIT n` query use GroupedTopKAggregateStream (#19653) by Huaijin · 3 days ago
  16. 3ea21aa perf: Optimize trunc scalar performance (#19788) by Kumar Ujjawal · 4 days ago
  17. 1ab7e41 Fix grouping set subset satisfaction (#19853) by Pierre Lacave · 5 days ago
  18. e353eb0 Project sort expressions in StreamingTable (#19719) by Tim Saucer · 5 days ago
  19. 3d90d4b datafusion/common: Add support for hashing ListView arrays (#19814) by Frederic Branczyk · 5 days ago
  20. 0c959d6 Doc: Add more blog links to doc comments (#19837) by Andrew Lamb · 5 days ago
  21. 8afccc9 Allow dropping qualified columns (#19549) by Nick · 5 days ago
  22. ac67ae4 Ensure null inputs to array setop functions return null output (#19683) by Jeffrey Vo · 5 days ago
  23. ab81d3b Fix(optimizer): Make `EnsureCooperative` optimizer idempotent under multiple runs (#19757) by danielhumanmod · 5 days ago
  24. c91dcfd Docs: add additional links to blog posts (#19833) by Andrew Lamb · 5 days ago
  25. f3f6dec feat: Add support for 'isoyear' in date_part function (#19821) by cht42 · 5 days ago
  26. 5e893ab fix: predicate cache stats calculation (#19561) by feniljain · 5 days ago
  27. 9208f12 [Minor] Reuse indices buffer in RepartitionExec (#19775) by Daniël Heres · 5 days ago
  28. ca904b3 Row group limit pruning for row groups that entirely match predicates (#18868) by xudong.w · 5 days ago
  29. 5edda9b3 fix: calculate total seconds from interval fields for `extract(epoch)` (#19807) by Miao · 5 days ago
  30. 444ddf2 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector to map RecordBatch between schemas (#19716) by Adrian Garcia Badaracco · 5 days ago
  31. 7b0ed2d Refactor Spark `date_add`/`date_sub`/`bitwise_not` to remove unnecessary scalar arg check (#19473) by Jeffrey Vo · 5 days ago
  32. 1441269 chore: refactor scalarvalue/encoding using available upstream arrow-rs methods (#19797) by Jeffrey Vo · 5 days ago
  33. 14d919d chore(deps): bump taiki-e/install-action from 2.66.3 to 2.66.5 (#19824) by dependabot[bot] · 5 days ago
  34. 5d68b75 fix: trunc function with precision uses round instead of trunc semantics (#19794) by Kumar Ujjawal · 5 days ago
  35. 7c9a76a Use correct setting for click bench queries in sql_planner benchmark (#19835) by Andrew Lamb · 5 days ago
  36. 54b848c feat(spark): implement substring function (#19805) by cht42 · 5 days ago
  37. de40f0c Docs: Fix some links in docs (#19834) by Andrew Lamb · 5 days ago
  38. 6f92ea6 chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#19825) by dependabot[bot] · 5 days ago
  39. 094e7ee physical plan: add `reset_plan_states `, plan re-use benchmark (#19806) by Albert Skalt · 6 days ago
  40. c173de1 fix: expose `ListFilesEntry` (#19804) by XL Liang · 6 days ago
  41. a414ea0 Issue 19781 : Internal error: Assertion failed: !self.finished: LimitedBatchCoalescer (#19785) by Bert Vermeiren · 6 days ago
  42. eadbed5 perf: Optimize initcap scalar performance (#19776) by Kumar Ujjawal · 6 days ago
  43. 0808f3a Improvements to `list_files_cache` table function (#19703) by Andrew Lamb · 6 days ago
  44. 154ab70 feat(spark): implement array slice function (#19811) by cht42 · 6 days ago
  45. f73da4d Add Reproducer for Issues with LEFT joins on Fixed Size Binary Columns (#19800) by Tobias Schwarzinger · 7 days ago
  46. c4f039f chore(deps): bump taiki-e/install-action from 2.66.2 to 2.66.3 (#19802) by dependabot[bot] · 7 days ago
  47. 79869a7 feat: support Set Comparison Subquery (#19109) by Ruihang Xia · 7 days ago
  48. 472a729 Revert Workround for Empty FixedSizeBinary Values Buffer After arrow-rs Upgrade (#19801) by Tobias Schwarzinger · 7 days ago
  49. 429f5a7 refactor: Optimize `required_columns` from `BTreeSet` to `Vec` in struct `PushdownChecker` (#19678) by Kumar Ujjawal · 7 days ago
  50. 567ba75 doc: Add an auto-generated dependency graph for internal crates (#19280) by Yongting You · 7 days ago
  51. 6bf5e98 dev: Add a script to auto fix all lint violations (#19560) by Yongting You · 7 days ago
  52. 1d19c52 perf: improve performance of `spark hex` function (#19738) by lyne · 7 days ago
  53. 2f10d45 Expose Spilling Progress Interface in DataFusion (#19708) by xudong.w · 7 days ago
  54. 617700d Upgrade DataFusion to arrow-rs/parquet 57.2.0 (#19355) by Andrew Lamb · 8 days ago
  55. 6267fee chore(deps): bump flate2 from 1.1.5 to 1.1.8 (#19780) by dependabot[bot] · 8 days ago
  56. 4c67d02 feat: Add null-aware anti join support (#19635) by Liang-Chi Hsieh · 8 days ago
  57. 4e1bc79 fix: enhance CTE resolution with identifier normalization (#19519) by Siyuan Huang · 8 days ago
  58. e076e59 Simplify `expr = L1 AND expr != L2` to `expr = L1` when `L1 != L2` (#19731) by Simon Vandel Sillesen · 8 days ago
  59. f60b68a Include .proto files in datafusion-proto distribution (#19490) by Oleg V. Kozlyuk · 8 days ago
  60. ec974ee chore(deps): bump taiki-e/install-action from 2.66.1 to 2.66.2 (#19778) by dependabot[bot] · 8 days ago
  61. 36880d8 Fix run_tpcds data dir (#19771) by Gabriel · 8 days ago
  62. 803cce8 feat: implement Spark size function for arrays and maps (#19592) by Yu-Chuan Hung · 8 days ago
  63. e8efd59 chore(deps): Update sqlparser to 0.60 (#19672) by Alan Tang · 8 days ago
  64. d484c09 perf: Optimize floor and ceil scalar performance (#19752) by Kumar Ujjawal · 8 days ago
  65. cb9ec12 slt: Add test for REE arrays in group by (#19763) by Frederic Branczyk · 9 days ago
  66. 7716cae chore: update copyright notice year (#19758) by Jeffrey Vo · 9 days ago
  67. 278950a Fix dynamic filter is_used function (#19734) by Lía Adriana · 9 days ago
  68. 2fb9fb3 Update the upgrading.md (#19769) by xudong.w · 9 days ago
  69. 383e673 Update 52.0.0 release version number and changelog (#19767) by xudong.w · 9 days ago
  70. bd2f348 Improve comment for predicate_cache_inner_records (#19762) by xudong.w · 9 days ago
  71. d103d88 chore: remove LZO Parquet compression (#19726) by Kumar Ujjawal · 9 days ago
  72. f9697c1 chore(deps): bump indexmap from 2.12.1 to 2.13.0 (#19747) by dependabot[bot] · 10 days ago
  73. 1c37638 chore(deps): bump async-compression from 0.4.36 to 0.4.37 (#19742) by dependabot[bot] · 10 days ago
  74. 1ddc639 chore(deps): bump libc from 0.2.179 to 0.2.180 (#19748) by dependabot[bot] · 10 days ago
  75. 4ca82cf chore(deps): bump blake3 from 1.8.2 to 1.8.3 (#19746) by dependabot[bot] · 10 days ago
  76. c036065 chore(deps): bump sqllogictest from 0.28.4 to 0.29.0 (#19744) by dependabot[bot] · 10 days ago
  77. 2067324 chore(deps): bump taiki-e/install-action from 2.65.15 to 2.66.1 (#19741) by dependabot[bot] · 10 days ago
  78. 84ea070 chore(deps): bump maturin from 1.10.2 to 1.11.5 in /docs (#19740) by dependabot[bot] · 10 days ago
  79. 30c6ff1 chore: bump dependabot PR limit for cargo from 5 to 15 (#19730) by Jeffrey Vo · 10 days ago
  80. 0c5c97b fix(functions-aggregate): drain CORR state vectors for streaming aggregation (#19669) by Geoffrey Claude · 10 days ago
  81. 9fa7500 Fix internal error "Physical input schema should be the same as the one converted from logical input schema." (#18412) by Andrew Lamb · 10 days ago
  82. 41a0b85 Add support for additional numeric types in to_timestamp functions (#19663) by Goksel Kabadayi · 10 days ago
  83. 013efb4 docs: Refine Communication documentation to highlight Discord (#19714) by Andrew Lamb · 10 days ago
  84. 4e0161d fix: Don't treat quoted column names as placeholder variables in SQL (#19339) by pmallex · 10 days ago
  85. 458b491 perf: optimize left function by eliminating double chars() iteration (#19571) by Liang-Chi Hsieh · 11 days ago
  86. 45fb0b4 fix(accumulators): preserve state in evaluate() for window frame queries (#19618) by Ganesh Patil · 11 days ago
  87. afc9121 Optimize `concat/concat_ws` scalar path by pre-allocating memory (#19547) by lyne · 11 days ago
  88. 3087ca8 perf: optimize `NthValue` when `ignore_nulls` is true (#19496) by Mikhail Zabaluev · 11 days ago
  89. 821d410 feat(spark): Implement collect_list/collect_set aggregate functions (#19699) by cht42 · 11 days ago
  90. 5c2b123 feat(spark): implement array_repeat function (#19702) by cht42 · 11 days ago
  91. 20870da infer parquet file order from metadata and use it to optimize scans (#19433) by Adrian Garcia Badaracco · 11 days ago
  92. 209a0a2 fix: unnest struct field with an alias failed with internal error (#19698) by Kumar Ujjawal · 12 days ago
  93. 8ba4646 docs: Fix two small issues in introduction.md (#19712) by Adam Gutglick · 12 days ago
  94. 07e63ed Fix TopK aggregation for UTF-8/Utf8View group keys and add safe fallback for unsupported string aggregates (#19285) by kosiew · 12 days ago
  95. b7091c0 Optimize `Nullstate` / accumulators (#19625) by Daniël Heres · 12 days ago
  96. c98fa56 perfect hash join (#19411) by UBarney · 12 days ago
  97. 62658cd implement var distinct (#19706) by iamthinh · 12 days ago
  98. a55b77e fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (#19659) by Kumar Ujjawal · 12 days ago
  99. b9a3b9f Record sort order when writing Parquet with WITH ORDER (#19595) by Adrian Garcia Badaracco · 13 days ago
  100. 0cf45ca Refactor cache APIs to support ordering information (#19597) by Adrian Garcia Badaracco · 13 days ago