github-actions[bot] commented on PR #22340: URL: https://github.com/apache/datafusion/pull/22340#issuecomment-4479660736
<!-- 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 v53.1.0 (current) Built [ 100.516s] (current) Parsing datafusion v53.1.0 (current) Parsed [ 0.037s] (current) Building datafusion v53.1.0 (baseline) Built [ 97.855s] (baseline) Parsing datafusion v53.1.0 (baseline) Parsed [ 0.038s] (baseline) Checking datafusion v53.1.0 -> v53.1.0 (no change; assume patch) Checked [ 0.953s] 222 checks: 222 pass, 30 skip Summary no semver update required Finished [ 201.254s] datafusion Building datafusion-expr v53.1.0 (current) Built [ 25.645s] (current) Parsing datafusion-expr v53.1.0 (current) Parsed [ 0.077s] (current) Building datafusion-expr v53.1.0 (baseline) Built [ 25.412s] (baseline) Parsing datafusion-expr v53.1.0 (baseline) Parsed [ 0.078s] (baseline) Checking datafusion-expr v53.1.0 -> v53.1.0 (no change; assume patch) Checked [ 1.768s] 222 checks: 221 pass, 1 fail, 0 warn, 30 skip --- failure struct_pub_field_missing: pub struct's pub field removed or renamed --- Description: A publicly-visible struct has at least one public field that 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.47.0/src/lints/struct_pub_field_missing.ron Failed in: field subquery_indexes of struct ExecutionProps, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/08c1122c4d76196d15653b7af215ecfb990ae490/datafusion/expr/src/execution_props.rs:69 field subquery_results of struct ExecutionProps, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/08c1122c4d76196d15653b7af215ecfb990ae490/datafusion/expr/src/execution_props.rs:72 Summary semver requires new major version: 1 major and 0 minor checks failed Finished [ 54.271s] datafusion-expr Building datafusion-physical-expr v53.1.0 (current) Built [ 24.004s] (current) Parsing datafusion-physical-expr v53.1.0 (current) Parsed [ 0.048s] (current) Building datafusion-physical-expr v53.1.0 (baseline) Built [ 24.344s] (baseline) Parsing datafusion-physical-expr v53.1.0 (baseline) Parsed [ 0.048s] (baseline) Checking datafusion-physical-expr v53.1.0 -> v53.1.0 (no change; assume patch) Checked [ 0.482s] 222 checks: 222 pass, 30 skip Summary no semver update required Finished [ 50.196s] datafusion-physical-expr ``` </details> <!-- semver-check-comment --> -- 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]
