zhangfengcdt opened a new pull request, #330:
URL: https://github.com/apache/sedona-db/pull/330

   The CI build was failing because set_dev_version.py only updated the 
workspace package version to include the -alphaN suffix, but didn't update the 
workspace dependencies versions. This caused Cargo to fail with version 
mismatch errors like:
   
   ```
     error: failed to select a version for the requirement `sedona-expr = 
"^0.2.0"`
     candidate versions found which didn't match: 0.2.0-alpha87
   ```
   
   This fix updates the script to also replace version numbers in the workspace 
dependencies section, ensuring they match the prerelease version (e.g., 
"0.2.0-alpha390").


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

Reply via email to