Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/datafusion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49.0.0
Choose a base ref
...
head repository: apache/datafusion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 49.0.2
Choose a head ref
  • 12 commits
  • 28 files changed
  • 13 contributors

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    afb9099 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. remove warning from every file open (#16968) (#17059)

    this is too noisy and not helpful yet, we don't have a fully implemented alternative
    
    (cherry picked from commit 0183244)
    
    Co-authored-by: Adrian Garcia Badaracco <[email protected]>
    mbutrovich and adriangb authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    9cfb9cd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. #16994 Ensure CooperativeExec#maintains_input_order returns a Vec of …

    …the correct size (#16995) (#17068)
    
    * #16994 Ensure CooperativeExec#maintains_input_order returns a Vec of the correct size
    
    * #16994 Extend default ExecutionPlan invariant checks
    
    Add checks that verify the length of the vectors returned by methods that need to return a value per child.
    
    (cherry picked from commit 2968331)
    pepijnve authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    f6ec4c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Add ExecutionPlan::reset_state (#17028) (#17096)

    * Add ExecutionPlan::reset_state
    
    
    
    * Update datafusion/sqllogictest/test_files/cte.slt
    
    * Add reference
    
    * fmt
    
    * add to upgrade guide
    
    * add explain plan, implement in more plans
    
    * fmt
    
    * only explain
    
    ---------
    
    Co-authored-by: Robert Ream <[email protected]>
    adriangb and Robert Ream authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    c7fbb3f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. [branch-49] Backport #17129 to branch 49 (#17143)

    * Preserve equivalence properties during projection pushdown (#17129)
    
    * Adds parquet data diffs
    
    ---------
    
    Co-authored-by: Matthew Kim <[email protected]>
    AdamGS and friendlymatthew authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ee28aa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Pass the input schema to stats_projection for ProjectionExpr (#17123) (

    …#17174)
    
    * Pass the input schema to stats_projection for ProjectionExpr
    
    * Adds a test
    
    * fmt
    
    * clippy
    
    ---------
    
    Co-authored-by: Haresh Khanna <[email protected]>
    alamb and hareshkh authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    52e4ef8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. [branch-49] fix: string_agg not respecting ORDER BY (#17058)

    * fix: string_agg not respecting ORDER BY
    
    * Fix equality of parametrizable ArrayAgg function (#17065)
    
    The `ArrayAgg` struct is stateful, therefore it must implement
    `AggregateUDFImpl::equals` and `hash_value` functions.
    
    * Implement AggregateUDFImpl::equals and AggregateUDFImpl::hash_value for ArrayAgg
    
    * Implement alternative fix
    
    * Remove 'use std::any::Any'
    
    * Add sqllogictest for string_agg plan
    
    * Revert as_any to their original implementations
    
    ---------
    
    Co-authored-by: Piotr Findeisen <[email protected]>
    Co-authored-by: Andrew Lamb <[email protected]>
    3 people authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    f05b128 View commit details
    Browse the repository at this point in the history
  2. [branch-49] Update version to 49.0.1 and add changelog (#17175)

    * Update to version 49.0.1
    
    * Add changelog for 49.0.1
    
    * Fix sqllogictests
    
    * update configs
    
    * Update with PR
    
    * prettier
    
    * Fix slt race condition
    
    * Tweak release notes
    alamb authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    d1a6e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Configuration menu
    Copy the full SHA
    374fcec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    a6068c2 View commit details
    Browse the repository at this point in the history
  2. fix: align array_has null buffer for scalar (#17272) (#17274)

    * fix: align `array_has` null buffer for scalar (#17272)
    
    * fix: align `array_has` null buffer for scalar
    
    * merge
    comphead authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    0d04475 View commit details
    Browse the repository at this point in the history
  3. [branch-49] Prepare 49.0.2 version and changelog (#17277)

    * Update versio to 49.0.2
    
    * Add changelog
    
    * update configuration docs
    alamb authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    f43df3f View commit details
    Browse the repository at this point in the history
Loading