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-46
Choose a head ref
  • 10 commits
  • 41 files changed
  • 5 contributors

Commits on Mar 2, 2025

  1. Do not swap with projection when file is partitioned (#14956) (#14964)

    * Do not swap with projection when file is partitioned
    
    * Narrow the case when not swapping
    
    * Add test
    
    Co-authored-by: Dmitrii Blaginin <[email protected]>
    alamb and blaginin authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    8b3cd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76d833a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Deprecate Expr::Wildcard (#14959) (#14976)

    * Deprecate `Expr::Wildcard`
    
    * Update
    
    
    
    * Update
    
    ---------
    
    Co-authored-by: Heran Lin <[email protected]>
    Co-authored-by: Andrew Lamb <[email protected]>
    3 people authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b494e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c8560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec4862f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Fix verification script and extended tests due to rustup changes (#…

    …14990)
    
    * Fix rustup toolchain errors
    
    * Use standard builder setup in extended tests
    
    * fix yaml
    
    * sprinkle sudo
    
    * Revert "sprinkle sudo"
    
    This reverts commit 0ed0e0a.
    
    * no contianer
    
    * use rust container
    
    * fix extended jobs
    
    * fix
    
    * Update .github/workflows/extended.yml
    alamb authored and xudong963 committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d5ca830 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    112e9eb View commit details
    Browse the repository at this point in the history
  2. Fix broken serde feature (#15124) (#15227)

    * Fix broked `serde` feature
    
    * Test `serde` feature
    
    * consolidate serde test into core_integration, update run
    
    ---------
    
    Co-authored-by: Vadim Piven <[email protected]>
    alamb and vadimpiven authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    0877c99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    048a125 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

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