github-actions[bot] commented on PR #24546: URL: https://github.com/apache/datafusion/pull/24546#issuecomment-5364268561
<!-- 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-common v55.0.0 (current) Built [ 43.175s] (current) Parsing datafusion-common v55.0.0 (current) Parsed [ 0.060s] (current) Building datafusion-common v55.0.0 (baseline) Built [ 34.241s] (baseline) Parsing datafusion-common v55.0.0 (baseline) Parsed [ 0.062s] (baseline) Checking datafusion-common v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.619s] 223 checks: 222 pass, 1 fail, 0 warn, 31 skip --- failure constructible_struct_adds_field: struct exhaustively constructible through public API adds field --- Description: A pub struct that could be exhaustively constructed with a literal using only public API has a new pub field, breaking existing exhaustive literals. ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/constructible_struct_adds_field.ron Failed in: field ExecutionOptions.progressive_eval_num_prefetch_input_streams in /home/runner/work/datafusion/datafusion/datafusion/common/src/config.rs:808 field OptimizerOptions.sequence_sorted_inputs in /home/runner/work/datafusion/datafusion/datafusion/common/src/config.rs:1475 Summary semver requires new major version: 1 major and 0 minor checks failed Finished [ 79.931s] datafusion-common Building datafusion-physical-optimizer v55.0.0 (current) Built [ 40.409s] (current) Parsing datafusion-physical-optimizer v55.0.0 (current) Parsed [ 0.023s] (current) Building datafusion-physical-optimizer v55.0.0 (baseline) Built [ 41.125s] (baseline) Parsing datafusion-physical-optimizer v55.0.0 (baseline) Parsed [ 0.024s] (baseline) Checking datafusion-physical-optimizer v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.111s] 223 checks: 223 pass, 31 skip Summary no semver update required Finished [ 82.992s] datafusion-physical-optimizer Building datafusion-physical-plan v55.0.0 (current) Built [ 38.893s] (current) Parsing datafusion-physical-plan v55.0.0 (current) Parsed [ 0.151s] (current) Building datafusion-physical-plan v55.0.0 (baseline) Built [ 38.128s] (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.664s] 223 checks: 223 pass, 31 skip Summary no semver update required Finished [ 79.493s] datafusion-physical-plan Building datafusion-sqllogictest v55.0.0 (current) Built [ 101.196s] (current) Parsing datafusion-sqllogictest v55.0.0 (current) Parsed [ 0.021s] (current) Building datafusion-sqllogictest v55.0.0 (baseline) Built [ 100.569s] (baseline) Parsing datafusion-sqllogictest v55.0.0 (baseline) Parsed [ 0.022s] (baseline) Checking datafusion-sqllogictest v55.0.0 -> v55.0.0 (no change; assume patch) Checked [ 0.084s] 223 checks: 223 pass, 31 skip Summary no semver update required Finished [ 204.800s] datafusion-sqllogictest ``` </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]
