github-actions[bot] commented on PR #23014: URL: https://github.com/apache/datafusion/pull/23014#issuecomment-4748687941
<!-- semver-check-comment --> Thank you for opening this pull request! Reviewer note: [cargo-semver-checks](https://github.com/obi1kenobi/cargo-semver-checks) reported the current version number is not SemVer-compatible with the changes in this pull request (compared against the base branch). <details> <summary>Details</summary> ``` Cloning apache/main error: running 'cargo update' on crate 'datafusion-physical-expr' failed with output: ----- Updating crates.io index error: failed to get `zstd` as a dependency of package `arrow-ipc v59.0.0` ... which satisfies dependency `arrow-ipc = "^59.0.0"` of package `arrow v59.0.0` ... which satisfies dependency `arrow = "^59.0.0"` of package `datafusion-physical-expr v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/physical-expr)` ... which satisfies path dependency `datafusion-physical-expr` of package `placeholder v0.0.0 (/home/runner/work/datafusion/datafusion/target/semver-checks/local-datafusion_physical_expr-54_0_0-x86_64_unknown_linux_gnu-803dd5f4795bc6a9)` Caused by: failed to load source for dependency `zstd` Caused by: unable to update registry `crates-io` Caused by: download of zs/td/zstd failed Caused by: curl failed Caused by: [16] Error in the HTTP2 framing layer ----- error: failed to update dependencies for crate datafusion-physical-expr v54.0.0 note: this is unlikely to be a bug in cargo-semver-checks, and is probably an issue with the crate's Cargo.toml note: the following command can be used to reproduce the compilation error: cargo new --lib example && cd example && echo '[workspace]' >> Cargo.toml && cargo add --path /home/runner/work/datafusion/datafusion/datafusion/physical-expr --features proto,recursive_protection && cargo update error: aborting due to failure to run 'cargo update' for crate datafusion-physical-expr v54.0.0 ``` </details> -- 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]
