github-actions[bot] commented on PR #23193: URL: https://github.com/apache/datafusion/pull/23193#issuecomment-4804861890
<!-- 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-physical-expr-common v54.0.0 (current) Built [ 29.322s] (current) Parsing datafusion-physical-expr-common v54.0.0 (current) Parsed [ 0.020s] (current) Building datafusion-physical-expr-common v54.0.0 (baseline) Built [ 23.026s] (baseline) Parsing datafusion-physical-expr-common v54.0.0 (baseline) Parsed [ 0.019s] (baseline) Checking datafusion-physical-expr-common v54.0.0 -> v54.0.0 (no change; assume patch) Checked [ 0.242s] 223 checks: 223 pass, 30 skip Summary no semver update required Finished [ 53.871s] datafusion-physical-expr-common Building datafusion-physical-plan v54.0.0 (current) error: running cargo-doc on crate 'datafusion-physical-plan' failed with output: ----- error: failed to parse manifest at `/home/runner/work/datafusion/datafusion/datafusion/physical-plan/Cargo.toml` Caused by: can't find `group_values_bytes` bench at `benches/group_values_bytes.rs` or `benches/group_values_bytes/main.rs`. Please specify bench.path if you want to use a non-default path. ----- error: failed to build rustdoc for crate datafusion-physical-plan v54.0.0 note: this is usually due to a compilation error in the crate, and is unlikely to be a bug in cargo-semver-checks note: the following command can be used to reproduce the error: cargo new --lib example && cd example && echo '[workspace]' >> Cargo.toml && cargo add --path /home/runner/work/datafusion/datafusion/datafusion/physical-plan --features force_hash_collisions,proto,test_utils,tokio_coop,tokio_coop_fallback && cargo check && cargo doc error: aborting due to failure to build rustdoc for crate datafusion-physical-plan 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]
