github-actions[bot] commented on PR #22697: URL: https://github.com/apache/datafusion/pull/22697#issuecomment-4762910353
<!-- 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 Building datafusion-functions v54.0.0 (current) Built [ 29.933s] (current) Parsing datafusion-functions v54.0.0 (current) Parsed [ 0.089s] (current) Building datafusion-functions v54.0.0 (baseline) Built [ 28.634s] (baseline) Parsing datafusion-functions v54.0.0 (baseline) Parsed [ 0.090s] (baseline) Checking datafusion-functions v54.0.0 -> v54.0.0 (no change; assume patch) Checked [ 0.616s] 223 checks: 223 pass, 30 skip Summary no semver update required Finished [ 60.737s] datafusion-functions Building datafusion-spark v54.0.0 (current) Built [ 57.051s] (current) Parsing datafusion-spark v54.0.0 (current) Parsed [ 0.066s] (current) Building datafusion-spark v54.0.0 (baseline) Built [ 56.711s] (baseline) Parsing datafusion-spark v54.0.0 (baseline) Parsed [ 0.066s] (baseline) Checking datafusion-spark v54.0.0 -> v54.0.0 (no change; assume patch) Checked [ 0.478s] 223 checks: 223 pass, 30 skip Summary no semver update required Finished [ 115.562s] datafusion-spark error: running 'cargo update' on crate 'datafusion-sqllogictest' failed with output: ----- Updating crates.io index error: failed to get `num-complex` as a dependency of package `arrow-array v59.0.0` ... which satisfies dependency `arrow-array = "^59.0.0"` of package `arrow v59.0.0` ... which satisfies dependency `arrow = "^59.0.0"` of package `datafusion-sqllogictest v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/sqllogictest)` ... which satisfies path dependency `datafusion-sqllogictest` of package `placeholder v0.0.0 (/home/runner/work/datafusion/datafusion/target/semver-checks/local-datafusion_sqllogictest-54_0_0-x86_64_unknown_linux_gnu-efe455da045e166b)` Caused by: failed to load source for dependency `num-complex` Caused by: unable to update registry `crates-io` Caused by: download of nu/m-/num-complex failed Caused by: curl failed Caused by: [16] Error in the HTTP2 framing layer ----- error: failed to update dependencies for crate datafusion-sqllogictest 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/sqllogictest --features avro,backtrace,bytes,chrono,datafusion-substrait,parquet_encryption,postgres,postgres-types,substrait,testcontainers-modules,tokio-postgres && cargo update error: aborting due to failure to run 'cargo update' for crate datafusion-sqllogictest 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]
