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/arrow-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/arrow-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 55_maintenance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 23, 2025

  1. [55_maintenance] Fix verify-release-candidate.sh by skipping `arrow-p…

    …yarrow` and `parquet-variant` (#7745)
    
    Note this targets a release branch, not main
    
    I have a different proposed fix for `main`:
    - #7742
    
    I will also make a fix for parquet-variant test failures
    
    # Which issue does this PR close?
    
    - Related to #7394
    - Related to #7736
    - Related to #7746
    
    # Rationale for this change
    
    `cargo test --all` requires python and pyarrow installed, where it did
    not in previous versions of arrow due to breaking out `arrow-pyarrow`
    into its own crate in
    - #7694
    
    Also the new `parquet-variant` crate tests fail as part of the
    verification script too -- see
    ttps://github.com//issues/7746
    
    
    In order to get a script that can automatically verify a release
    candidate, let's ignore this new module for now.
    
    More details 
    - #7736 
    - #7742
    
    Note that the arrow-pyarrow tests do run as part of CI and succeed on
    this branch
    
    
    # What changes are included in this PR?
    
    1. Exclude running the `arrow-pyarrow` and `parquet-variant` tests as
    part of `verify-release-acndidate`
    
    
    # Testing
    I verified locally that `./dev/release/verify-release-candidate.sh
    55.2.0 1` passes with this script
    
    # Are there any user-facing changes?
    No this is a development process only change
    alamb authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    25114c5 View commit details
    Browse the repository at this point in the history
Loading