andygrove opened a new pull request, #2301:
URL: https://github.com/apache/datafusion-ballista/pull/2301

   > Drafted with the help of an LLM (Claude Code), reviewed by me before 
posting.
   
   # Which issue does this PR close?
   
   Follow-up to #2241, which pinned DataFusion to the `55.0.0-rc2` tag.
   
   # Rationale for this change
   
   `55.0.0-rc3` has been cut, so advance the pin to the latest release 
candidate ahead of the final 55.0.0 release.
   
   # What changes are included in this PR?
   
   - `[patch.crates-io]` in the root `Cargo.toml` now points at tag 
`55.0.0-rc3` (`d5552342`)
   - `Cargo.lock` refreshed; no non-DataFusion dependency moves
   - The `python/` workspace is untouched — it still consumes released 54.0.0 
crates
   
   # Are these changes tested?
   
   Locally on macOS (aarch64):
   
   - `cargo check --workspace --all-targets` — clean
   - `cargo clippy --workspace --all-targets` — clean, no new warnings
   - `cargo test --workspace` — **the `ballista` client tests fail**: all 18 
tests in `ballista/client/tests/context_basic.rs` error out at context creation 
with `Configuration("IO error: Operation not permitted (os error 1)")`. The 
same tests pass on `main` (rc2) in the same environment, so this looks like a 
genuine behavior change between rc2 and rc3, not flakiness. I have not yet 
root-caused it — leaving CI to confirm the failure independently before digging 
in.
   
   # Are there any user-facing changes?
   
   No.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to