github-actions[bot] commented on PR #24394: URL: https://github.com/apache/datafusion/pull/24394#issuecomment-5379041189
<!-- 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 v55.0.0 (current) Built [ 59.988s] (current) Parsing datafusion v55.0.0 (current) Parsed [ 0.037s] (current) Building datafusion v55.0.0 (baseline) Built [ 60.232s] (baseline) Parsing datafusion v55.0.0 (baseline) Parsed [ 0.036s] (baseline) Checking datafusion v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.648s] 223 checks: 223 pass, 31 skip Summary no semver update required Finished [ 122.695s] datafusion Building datafusion-common v55.0.0 (current) Built [ 34.366s] (current) Parsing datafusion-common v55.0.0 (current) Parsed [ 0.062s] (current) Building datafusion-common v55.0.0 (baseline) Built [ 34.294s] (baseline) Parsing datafusion-common v55.0.0 (baseline) Parsed [ 0.070s] (baseline) Checking datafusion-common v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.671s] 223 checks: 222 pass, 1 fail, 0 warn, 31 skip --- failure enum_missing: pub enum removed or renamed --- Description: A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.50.0/src/lints/enum_missing.ron Failed in: enum datafusion_common::config::ConfigDurationFormat, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/e6fafbc84de04ef8f3ded978124163c285c580d6/datafusion/common/src/config.rs:1833 Summary semver requires new major version: 1 major and 0 minor checks failed Finished [ 70.932s] datafusion-common Building datafusion-physical-plan v55.0.0 (current) Built [ 38.381s] (current) Parsing datafusion-physical-plan v55.0.0 (current) Parsed [ 0.151s] (current) Building datafusion-physical-plan v55.0.0 (baseline) Built [ 38.798s] (baseline) Parsing datafusion-physical-plan v55.0.0 (baseline) Parsed [ 0.152s] (baseline) Checking datafusion-physical-plan v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.656s] 223 checks: 223 pass, 31 skip Summary no semver update required Finished [ 79.642s] datafusion-physical-plan ``` </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]
