github-actions[bot] commented on PR #23016: URL: https://github.com/apache/datafusion/pull/23016#issuecomment-4739231081
<!-- 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 v54.0.0 (current) error: running cargo-doc on crate 'datafusion-physical-expr' failed with output: ----- Compiling libc v0.2.186 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.45 Compiling unicode-ident v1.0.24 Compiling libm v0.2.16 Compiling autocfg v1.5.1 Checking cfg-if v1.0.4 Compiling num-traits v0.2.19 Compiling syn v2.0.118 Checking memchr v2.8.2 Compiling zerocopy v0.8.52 Compiling serde_core v1.0.228 Compiling find-msvc-tools v0.1.9 Compiling shlex v2.0.1 Compiling zmij v1.0.21 Compiling serde_json v1.0.150 Checking itoa v1.0.18 Compiling jobserver v0.1.34 Compiling cc v1.2.64 Checking num-integer v0.1.46 Compiling getrandom v0.3.4 Compiling version_check v0.9.5 Checking bytes v1.11.1 Checking siphasher v1.0.3 Checking allocator-api2 v0.2.21 Checking foldhash v0.2.0 Checking equivalent v1.0.2 Checking hashbrown v0.17.1 Checking phf_shared v0.12.1 Compiling ahash v0.8.12 Checking num-bigint v0.4.6 Checking iana-time-zone v0.1.65 Compiling chrono-tz v0.10.4 Checking arrow-schema v59.0.0 Checking chrono v0.4.45 Checking phf v0.12.1 Checking once_cell v1.21.4 Checking num-complex v0.4.6 Checking lexical-util v1.0.7 Compiling pkg-config v0.3.33 Checking lexical-write-integer v1.0.6 Compiling zerocopy-derive v0.8.52 Checking lexical-parse-integer v1.0.6 Compiling semver v1.0.28 Compiling zstd-sys v2.0.16+zstd.1.5.7 Compiling rustc_version v0.4.1 Checking lexical-parse-float v1.0.6 Checking lexical-write-float v1.0.6 Checking aho-corasick v1.1.4 Checking ryu v1.0.23 Checking regex-syntax v0.8.11 Compiling zstd-safe v7.2.4 Checking unicode-width v0.2.2 Checking unicode-segmentation v1.13.3 Checking comfy-table v7.2.2 Checking regex-automata v0.4.14 Checking half v2.7.1 Checking arrow-buffer v59.0.0 Checking lexical-core v1.0.6 Compiling flatbuffers v25.12.19 Checking atoi v2.0.0 Checking base64 v0.22.1 Checking regex v1.12.4 Checking indexmap v2.14.0 Checking csv-core v0.1.13 Checking arrow-data v59.0.0 Checking twox-hash v2.1.2 Checking bitflags v2.13.0 Compiling getrandom v0.4.3 Checking lz4_flex v0.13.1 Checking csv v1.4.0 Checking arrow-array v59.0.0 Checking simdutf8 v0.1.5 Compiling anyhow v1.0.102 Compiling tokio-macros v2.7.0 Checking either v1.16.0 Checking pin-project-lite v0.2.17 Compiling itertools v0.14.0 Checking tokio v1.52.3 Checking arrow-select v59.0.0 Checking arrow-row v59.0.0 Checking arrow-arith v59.0.0 Checking arrow-ord v59.0.0 Checking arrow-string v59.0.0 Checking arrow-cast v59.0.0 Checking uuid v1.23.3 Checking log v0.4.32 Compiling object v0.37.3 Compiling prost-derive v0.14.4 Checking arrow-csv v59.0.0 Checking arrow-json v59.0.0 Compiling parking_lot_core v0.9.12 Checking smallvec v1.15.2 Checking scopeguard v1.2.0 Checking lock_api v0.4.14 Checking prost v0.14.4 Compiling pin-project-internal v1.1.13 Checking parking_lot v0.12.5 Compiling stacker v0.1.24 Checking foldhash v0.1.5 Checking hashbrown v0.15.5 Compiling async-trait v0.1.89 Checking pin-project v1.1.13 Compiling recursive-proc-macro-impl v0.1.1 Checking datafusion-doc v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/doc) Checking fixedbitset v0.5.7 Checking petgraph v0.8.3 Compiling ar_archive_writer v0.5.2 Checking zstd v0.13.3 Checking arrow-ipc v59.0.0 Compiling psm v0.1.31 Checking recursive v0.1.1 Checking arrow v59.0.0 Checking datafusion-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/common) Checking datafusion-proto-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/proto-common) Checking datafusion-expr-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/expr-common) Checking datafusion-proto-models v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/proto-models) Checking datafusion-physical-expr-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/physical-expr-common) Checking datafusion-functions-aggregate-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/functions-aggregate-common) Checking datafusion-functions-window-common v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/functions-window-common) Checking datafusion-expr v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/expr) Documenting datafusion-physical-expr v54.0.0 (/home/runner/work/datafusion/datafusion/datafusion/physical-expr) error[E0432]: unresolved import `ahash` --> /home/runner/work/datafusion/datafusion/datafusion/physical-expr/src/expressions/in_list/transform.rs:33:5 | 33 | use ahash::RandomState; | ^^^^^ use of unresolved module or unlinked crate `ahash` | = help: if you wanted to use a crate named `ahash`, use `cargo add ahash` to add it to your `Cargo.toml` For more information about this error, try `rustc --explain E0432`. error: could not document `datafusion-physical-expr` ----- error: failed to build rustdoc for crate datafusion-physical-expr 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-expr --features proto,recursive_protection && cargo check && cargo doc error: aborting due to failure to build rustdoc 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]
