djanand commented on PR #1883:
URL: 
https://github.com/apache/datafusion-ballista/pull/1883#issuecomment-4764689641

   #### Why python release build fails ?
    **python/** is a separate Cargo workspace (excluded from the main one) with 
its own Cargo.lock, and it path-depends on the main ballista crates. But:
    - Dependabot only manages directory: "/" (the main workspace) there's no 
/python entry. So every dep bump updates /Cargo.lock and never 
python/Cargo.lock.
    - CI does not catches the drift early, it only surfaces later as the 
cryptic --locked maturin error.
   
   So the lock goes stale on main itself every time deps move, and the next 
contributor inherits a red build. Kindly let me know your thoughts 


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