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

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
   -->
   
   Closes #.
   
    # Rationale for this change
   
   Two dependency fixes, no behavior change.
   
   - **md-5** — added in #830 for `consistent_hash`, which #1526 deleted; unused
     since. Note this drops no build unit (datafusion-functions and object_store
     still pull 0.11 / 0.10), only a dead declaration.
   - **insta** — test-only (every call site is `#[cfg(test)]`), but in
     `[dependencies]` since #1372, so it linked into the scheduler binary and 
into
     anything using `ballista`'s default `standalone` feature.
   
   Verified: workspace `cargo check --all-targets --locked` clean; 213 
`state::aqe`
   and 375 core tests pass; clippy `-D warnings` clean; `cargo tree -e normal` 
no
   longer shows insta for `ballista-scheduler` or `ballista`.
   
   # 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