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: main
Choose a base ref
...
head repository: apache/datafusion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: branch-48
Choose a head ref
  • 7 commits
  • 115 files changed
  • 6 contributors

Commits on Jun 6, 2025

  1. fix: [branch-48] Revert "Improve performance of constant aggregate wi…

    …ndow expression" (#16307)
    
    * Revert "Improve performance of constant aggregate window expression (#16234)"
    
    This reverts commit 0c30374.
    
    * update changelog
    
    * update changelog
    andygrove authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    c76c1f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Configuration menu
    Copy the full SHA
    b5dfdbe View commit details
    Browse the repository at this point in the history
  2. [branch-48] Update CHANGELOG for latest 48.0.0 release (#16314)

    * [branch-48] Update CHANGELOG for latest 48.0.0 release
    
    * prettier
    alamb authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    33a32d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Fix parquet filter_pushdown: respect parquet filter pushdown config i…

    …n scan (#16646) (#16656)
    
    * respect parquet filter pushdown config in scan
    
    * Add test
    
    Co-authored-by: Adrian Garcia Badaracco <[email protected]>
    alamb and adriangb authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    7b31676 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. [branch-48] Set the default value of datafusion.execution.collect_sta…

    …tistics to true #16447  (#16659)
    
    * Set the default value of `datafusion.execution.collect_statistics` to `true` (#16447)
    
    * fix sqllogicaltests
    * Add upgrade note
    
    (cherry picked from commit 2d7ae09)
    
    * Update row group pruning
    
    ---------
    
    Co-authored-by: Adam Gutglick <[email protected]>
    blaginin and AdamGS authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    d43ddf1 View commit details
    Browse the repository at this point in the history
  2. fix: column indices in FFI partition evaluator (#16480) (#16657)

    * Column indices were not computed correctly, causing a panic
    
    * Add unit tests
    
    Co-authored-by: Tim Saucer <[email protected]>
    alamb and timsaucer authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    bcb8dc5 View commit details
    Browse the repository at this point in the history
  3. [branch-48] Prepare 48.0.1 ad CHANGELOG (#16679)

    * Update version to 48.0.1
    
    * Add link to upgrade guide in changelog script
    
    * prettier
    
    * update guide
    alamb authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    1dbf5c5 View commit details
    Browse the repository at this point in the history
Loading