alamb commented on PR #24931: URL: https://github.com/apache/datafusion/pull/24931#issuecomment-5655911939
I don't understand the semver check reported failure: https://github.com/apache/datafusion/pull/24931#issuecomment-5641017834 It says ``` --- 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::parquet_config::DFParquetStatistics, previously in file /home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/9aa108929b2879c28f04d56b5bbe8b37c52f4a4a/datafusion/common/src/parquet_config.rs:115 Summary semver requires new major version: 1 major and 0 minor checks failed Finished [ 61.636s] datafusion-common ``` But there are no changes to `DFParquetStatistics` 🤔 -- 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]
