1. 8d6413b0 Update Readme and `asf.yaml` (#3) by Dmitrii Blaginin · 6 days ago main
  2. 9e36ec4 fix: Change `OuterReferenceColumn` to contain the entire outer field to prevent metadata loss (#17524) by Kristin Cowalcijk · 6 days ago
  3. 0c7da26 perf: Simplify CASE for any WHEN TRUE (#17602) by Peter Nguyen · 6 days ago
  4. 553f5b6 Bump datafusion-testing to latest (#17609) by Jeffrey Vo · 6 days ago
  5. 9cc8c8d docs: Update documentation on Epics and Supervising Maintainers (#17505) by Andrew Lamb · 6 days ago
  6. 9348304 Revert "Always run CI checks (#17538)" (#17629) by Dmitrii Blaginin · 6 days ago
  7. 3c021ac Always run CI checks (#17538) by Dmitrii Blaginin · 6 days ago
  8. d2f8fa5 fix: SortExec TopK OOM (#17622) by Nuno Faria · 7 days ago
  9. a6a1289 chore(deps): bump taiki-e/install-action from 2.61.6 to 2.61.8 (#17615) by dependabot[bot] · 7 days ago
  10. 986cfcd Enable `inefficient_to_string` Clippy lint (#17583) by Piotr Findeisen · 7 days ago
  11. 0e9b4a3 chore(deps): bump serde_json from 1.0.143 to 1.0.145 (#17585) by dependabot[bot] · 7 days ago
  12. ef71119 chore(deps): bump indexmap from 2.11.1 to 2.11.3 (#17587) by dependabot[bot] · 7 days ago
  13. 0181c79 feat: add `sql` feature to make sql planning optional (#17332) by Tim Saucer · 7 days ago
  14. 1a53ba0 Update release readme (#17591) by xudong.w · 8 days ago
  15. 9efabf9 minor: fix compilation issue for extended tests due to missing parquet encryption flag (#17579) by Jeffrey Vo · 8 days ago
  16. 10f4188 chore: replace deprecated UnionExec API (#17588) by Eugene Tolbakov · 8 days ago
  17. 49d49fd fix: Remove duplicate expressions in dynamicFilter when PartitionMode is CollectLeft` (#17551) by UBarney · 8 days ago
  18. c61ac33 feat: add "unicode_expressions" feature to datafusion dev-dependency (#17584) by kosiew · 8 days ago
  19. 0a1a1b6 chore(deps): bump taiki-e/install-action from 2.61.5 to 2.61.6 (#17586) by dependabot[bot] · 8 days ago
  20. e14322d feat: Simplify CASE WHEN true THEN expr to expr (#17450) by EeshanBembi · 8 days ago
  21. 62f214f fix: ignore non-existent columns when adding filter equivalence info in `FileScanConfig` (#17546) by Rohan Krishnaswamy · 8 days ago
  22. 685f5d6 fix error message typo (#17570) by Adam Gutglick · 8 days ago
  23. 3f22f8c Trying cargo machete to prune unused deps. (#17545) by Samuele Resca · 8 days ago
  24. 7d08c27 Use taiki-e/install-action and binstall in CI (#17573) by Adam Gutglick · 8 days ago
  25. b122a16 fix: prevent UnionExec panic with empty inputs (#17449) by EeshanBembi · 8 days ago
  26. 7b45934 Add `TableProvider::scan_with_args` (#17336) by Adrian Garcia Badaracco · 8 days ago
  27. e711f14 Generalize struct-to-struct casting with CastOptions and SchemaAdapter integration (#17468) by kosiew · 8 days ago
  28. 8b19ce8 chore(deps): bump semver from 1.0.26 to 1.0.27 (#17566) by dependabot[bot] · 9 days ago
  29. 47462ed chore(deps): bump rust_decimal from 1.37.2 to 1.38.0 (#17564) by dependabot[bot] · 9 days ago
  30. e2c2d38 feat: Ensure explain format in config is valid (#17549) by Alex Huang · 9 days ago
  31. cad78be feat(spark): implement Spark bitwise function shiftleft/shiftright/shiftrightunsighed (#17013) by Chen Chongchen · 9 days ago
  32. ac0d24f minor: Update doc comments on type signature (#17556) by Jeffrey Vo · 9 days ago
  33. 572c204 feat: Support log for Decimal128 and Decimal256 (#17023) by theirix · 10 days ago
  34. af7587b fix: Ensure the CachedParquetFileReader respects the metadata prefetch hint (#17302) by Nuno Faria · 10 days ago
  35. 5411b4c fix: Add AWS environment variable checks for S3 tests (#17519) by Alex Huang · 10 days ago
  36. bb0c3ff Document how schema projection works. (#17250) by wiedld · 11 days ago
  37. 5570f75 Add test for decimal256 and float math (#17530) by Jeffrey Vo · 11 days ago
  38. 20f1640 Using encode_arrow_schema from arrow-rs. (#17543) by Samuele Resca · 11 days ago
  39. 5fd831f Revert #17295 (Support from-first SQL syntax) (#17520) by Adrian Garcia Badaracco · 11 days ago
  40. a431bf7 Add assertion that ScalarUDFImpl implementation is consistent with declared return type (#17515) by Piotr Findeisen · 11 days ago
  41. fdc54b7 Fix predicate simplification for incompatible types in push_down_filter (#17521) by Adrian Garcia Badaracco · 12 days ago
  42. aada2e1 feat: Add binary to `join_fuzz` testing (#17497) by Jonathan Chen · 12 days ago
  43. dd3976b Update Bug issue template to use Bug issue type (#17540) by Piotr Findeisen · 12 days ago
  44. 74204cd Rename Blaze to Auron (#17532) by Ruilei Ma · 12 days ago
  45. e408847 Disable `required_status_checks` for now (#17537) by Dmitrii Blaginin · 12 days ago
  46. 50733bc Implement timestamp_cast_dtype for SqliteDialect (#17479) by Viktor Yershov · 12 days ago
  47. bfc5067 bug: Support null as argument to to_local_time (#17491) by Peter Nguyen · 12 days ago
  48. 351675d Prepare for Merge Queue (#17183) by Dmitrii Blaginin · 13 days ago
  49. 48cb9f3 fix: correct typos in CONTRIBUTING.md (#17507) by Alex Huang · 13 days ago
  50. 30efc4d Fix NULL Arithmetic Handling for Numerical Operators in Type Coercion (#17418) by Eugene Tolbakov · 13 days ago
  51. 14a7ade Fix ambiguous column names in substrait conversion as a result of literals having the same name during conversion. (#17299) by Xander · 13 days ago
  52. a281b25 Always use 'indent' format for explain verbose (#17481) by Peter Nguyen · 13 days ago
  53. a1709b6 update physical-plan to use datafusion-functions-aggregate-common for Min/MaxAccumulator (#17502) by Adrian Garcia Badaracco · 13 days ago
  54. bb7fbe5 Update datafusion-testing pin to update expected output for extended tests (#17490) by Andrew Lamb · 13 days ago
  55. ab108a5 move MinAggregator and MaxAggregator to functions-aggregate-common (#17492) by Adrian Garcia Badaracco · 14 days ago
  56. 9398af3 refactor: Move `SMJ` tests into own file (#17495) by Jonathan Chen · 14 days ago
  57. 5bb476f chore(deps): bump tempfile from 3.21.0 to 3.22.0 (#17499) by dependabot[bot] · 14 days ago
  58. fe7023d chore(deps): bump sqllogictest from 0.28.3 to 0.28.4 (#17500) by dependabot[bot] · 14 days ago
  59. da3d90a synchronize partition bounds reporting in HashJoin (#17452) by Rohan Krishnaswamy · 2 weeks ago
  60. 0c7d830 Fix `PartialOrd` for logical plan nodes and expressions (#17438) by Piotr Findeisen · 2 weeks ago
  61. 5b833b9 Refactor HashJoinExec to progressively accumulate dynamic filter bounds instead of computing them after data is accumulated (#17444) by Adrian Garcia Badaracco · 2 weeks ago
  62. da1e7ae better preserve statistics when applying limits (#17381) by Adrian Garcia Badaracco · 2 weeks ago
  63. fc5888b feat(spark): implement Spark `length` function (#17475) by Zhen Wang · 2 weeks ago
  64. a96dcc8 Fix array types coercion: preserve child element nullability for list types (#17306) by Sergei Grebnov · 2 weeks ago
  65. f99a6cf Improve `PartialEq`, `Eq` speed for `LexOrdering`, make `PartialEq` and `PartialOrd` consistent (#17442) by Piotr Findeisen · 2 weeks ago
  66. fcd820e feat: Implement `DFSchema.print_schema_tree()` method (#17459) by Oleks V · 2 weeks ago
  67. 1197454 chore(deps): bump chrono from 0.4.41 to 0.4.42 (#17483) by dependabot[bot] · 2 weeks ago
  68. 26106a2 Auto detect hive column partitioning with ListingTableFactory / `CREATE EXTERNAL TABLE` (#17232) by Blake Orth · 2 weeks ago
  69. c83466c chore(deps): bump indexmap from 2.11.0 to 2.11.1 (#17484) by dependabot[bot] · 2 weeks ago
  70. 7b16d6b Support csv truncated rows in datafusion (#17465) by Qi Zhu · 2 weeks ago
  71. 2a8435e chore(deps): bump log from 0.4.27 to 0.4.28 (#17471) by dependabot[bot] · 2 weeks ago
  72. 167411e chore(deps): bump wasm-bindgen-test from 0.3.50 to 0.3.51 (#17470) by dependabot[bot] · 2 weeks ago
  73. 1d9e138 chore: make tablefunction clonable (#17457) by Ning Sun · 2 weeks ago
  74. d0e68a4 fix: Support aggregate expressions in `QUALIFY` (#17313) by Rohan Krishnaswamy · 2 weeks ago
  75. b084aa4 fix: Implement AggregateUDFImpl::reverse_expr for StringAgg (#17165) by Nuno Faria · 2 weeks ago
  76. e5dcc8c fix: lazy evaluation for coalesce (#17357) by Chen Chongchen · 2 weeks ago
  77. 241b669 Improve Hash and Ord speed for dyn LogicalType (#17437) by Piotr Findeisen · 2 weeks ago
  78. 8698d95 Extract complex default impls from AggregateUDFImpl trait (#17391) by Piotr Findeisen · 2 weeks ago
  79. 9942ecd Update version to 50.0.0 (#17463) by xudong.w · 2 weeks ago
  80. baf6f60 Use return_field instead of return_type for calling aggregates via FFI (#17407) by Tim Saucer · 2 weeks ago
  81. 6a21b67 fix: align `map_keys` nullability flag (#17454) by Oleks V · 2 weeks ago
  82. 7b65c5b feat: Support binary data types for `SortMergeJoin` `on` clause (#17431) by Stuart Carnie · 2 weeks ago
  83. 528ed60 Improved experience when remote object store URL does not end in / (#17364) by Jensen · 3 weeks ago
  84. 39c5983 Render `--` properly in profiling docs (#17430) by Peter Nguyen · 3 weeks ago
  85. 32234af Re-export apache-avro when avro feature flag is set (#17388) by Shiv Bhatia · 3 weeks ago
  86. ec4413e Re-enable page index for encrypted Parquet (#17426) by Adam Reeve · 3 weeks ago
  87. b4a8b5a Add PhysicalExpr::is_volatile_node to upgrade guide (#17443) by Adrian Garcia Badaracco · 3 weeks ago
  88. 50e073c refactor: Use `BufferedBatchState` enum for SMJ spilling (#17429) by Jonathan Chen · 3 weeks ago
  89. f5bdc2d Add is_volatile(PhysicalExpr) as a generic public API for volatility (#17351) by Adrian Garcia Badaracco · 3 weeks ago
  90. 3f422a1 feat: Support `FILTER` clause in aggregate window functions (#17378) by Geoffrey Claude · 3 weeks ago
  91. f70ded5 fix: return ALL constants in `EquivalenceProperties::constants` (#17404) by Marco Neumann · 3 weeks ago
  92. 3b3a5fe chore(deps): bump clap from 4.5.46 to 4.5.47 (#17435) by dependabot[bot] · 3 weeks ago
  93. 15489f8 chore(deps): bump actions/labeler from 6.0.0 to 6.0.1 (#17433) by dependabot[bot] · 3 weeks ago
  94. 98ba018 chore(deps): bump insta from 1.43.1 to 1.43.2 (#17436) by dependabot[bot] · 3 weeks ago
  95. 9b82a1e Unimplement `PartialEq`, `PartialOrd` from `ToRepartition`, `RePartition` (#17441) by Piotr Findeisen · 3 weeks ago
  96. df5a09c Unimplement PartialOrd for TDigest's Centroid (#17440) by Piotr Findeisen · 3 weeks ago
  97. 64c4027 fix bounds accumulator reset in HashJoinExec dynamic filter pushdown (#17371) by Adrian Garcia Badaracco · 3 weeks ago
  98. 6fd5685 Memory datasource protobuf support (#17290) by 张林伟 · 3 weeks ago
  99. 268e115 fix: set IPC alignment based on schema (#17363) by ding-young · 3 weeks ago
  100. 051269e fix: Remove duplicate filter from `CrossJoin` unparsing (#17382) by Jonathan Chen · 3 weeks ago