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

   ## What changed
   
   Pass the new `free_vcores` argument (`None`) when the mTLS cluster example 
starts the executor poll loop.
   
   ## Why
   
   PR #1893 added the `free_vcores` parameter to `poll_loop`, but 
`examples/examples/mtls-cluster.rs` retained the old five-argument call. 
Current `main` therefore fails the CI Clippy gate while compiling 
`ballista-examples` with `E0061`.
   
   ## Validation
   
   - `./ci/scripts/rust_clippy.sh`
   - `cargo fmt --all -- --check`
   
   The Clippy failure was reproduced on Apache `main` at `10d4d087` before this 
change; the complete gate passes after it.
   


-- 
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