github-actions[bot] commented on PR #23685: URL: https://github.com/apache/datafusion/pull/23685#issuecomment-5089765836
<!-- 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-aggregate v54.0.0 (current) Built [ 37.256s] (current) Parsing datafusion-functions-aggregate v54.0.0 (current) Parsed [ 0.045s] (current) Building datafusion-functions-aggregate v54.1.0 (baseline) Built [ 31.048s] (baseline) Parsing datafusion-functions-aggregate v54.1.0 (baseline) Parsed [ 0.046s] (baseline) Checking datafusion-functions-aggregate v54.1.0 -> v54.0.0 (minor change) Checked [ 0.177s] 196 checks: 193 pass, 3 fail, 0 warn, 57 skip --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/function_missing.ron Failed in: function datafusion_functions_aggregate::any_value::any_value_udaf, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate/src/any_value.rs:35 function datafusion_functions_aggregate::any_value::any_value, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate/src/any_value.rs:35 function datafusion_functions_aggregate::expr_fn::any_value, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate/src/any_value.rs:35 --- failure module_missing: pub module removed or renamed --- Description: A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/module_missing.ron Failed in: mod datafusion_functions_aggregate::any_value, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate/src/any_value.rs:18 --- failure struct_missing: pub struct removed or renamed --- Description: A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/struct_missing.ron Failed in: struct datafusion_functions_aggregate::any_value::AnyValue, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate/src/any_value.rs:58 Summary semver requires new major version: 3 major and 0 minor checks failed Finished [ 69.918s] datafusion-functions-aggregate Building datafusion-functions-aggregate-common v54.0.0 (current) Built [ 20.152s] (current) Parsing datafusion-functions-aggregate-common v54.0.0 (current) Parsed [ 0.019s] (current) Building datafusion-functions-aggregate-common v54.1.0 (baseline) Built [ 20.098s] (baseline) Parsing datafusion-functions-aggregate-common v54.1.0 (baseline) Parsed [ 0.023s] (baseline) Checking datafusion-functions-aggregate-common v54.1.0 -> v54.0.0 (minor change) Checked [ 0.137s] 196 checks: 195 pass, 1 fail, 0 warn, 57 skip --- failure inherent_method_missing: pub method removed or renamed --- Description: A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/inherent_method_missing.ron Failed in: TDigest::sum, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate-common/src/tdigest.rs:153 TDigest::centroids, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate-common/src/tdigest.rs:164 TDigest::try_from_parts, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/8dfbc4f40d9a252caaadaee84af92dcb3602afc2/datafusion/functions-aggregate-common/src/tdigest.rs:655 Summary semver requires new major version: 1 major and 0 minor checks failed Finished [ 41.221s] datafusion-functions-aggregate-common ``` </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]
