github-actions[bot] commented on PR #24036:
URL: https://github.com/apache/datafusion/pull/24036#issuecomment-5147124006

   <!-- 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-datasource-parquet v54.1.0 (current)
          Built [  50.346s] (current)
        Parsing datafusion-datasource-parquet v54.1.0 (current)
         Parsed [   0.032s] (current)
       Building datafusion-datasource-parquet v54.1.0 (baseline)
          Built [  45.440s] (baseline)
        Parsing datafusion-datasource-parquet v54.1.0 (baseline)
         Parsed [   0.031s] (baseline)
       Checking datafusion-datasource-parquet v54.1.0 -> v54.1.0 (no change; 
assume patch)
        Checked [   0.147s] 223 checks: 219 pass, 4 fail, 0 warn, 30 skip
   
   --- failure constructible_struct_adds_private_field: struct no longer 
constructible due to new private field ---
   
   Description:
   A struct constructible with a struct literal has a new non-public field. It 
can no longer be constructed using a struct literal outside of its crate.
           ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
          impl: 
https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.49.0/src/lints/constructible_struct_adds_private_field.ron
   
   Failed in:
     field ParquetFileReader.store in 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:203
     field ParquetFileReader.metadata_cache in 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:206
     field ParquetFileReader.metadata_size_hint in 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:207
   
   --- 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.49.0/src/lints/struct_missing.ron
   
   Failed in:
     struct datafusion_datasource_parquet::CachedParquetFileReader, previously 
in file 
/home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/e1a21a4874346164a6142dda64cc03399b2e6fdf/datafusion/datasource-parquet/src/reader.rs:240
   
   --- 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.49.0/src/lints/struct_pub_field_missing.ron
   
   Failed in:
     field file_metrics of struct ParquetFileReader, previously in file 
/home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/e1a21a4874346164a6142dda64cc03399b2e6fdf/datafusion/datasource-parquet/src/reader.rs:98
     field inner of struct ParquetFileReader, previously in file 
/home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/e1a21a4874346164a6142dda64cc03399b2e6fdf/datafusion/datasource-parquet/src/reader.rs:99
     field partitioned_file of struct ParquetFileReader, previously in file 
/home/runner/work/datafusion/datafusion/target/semver-checks/git-apache_main/e1a21a4874346164a6142dda64cc03399b2e6fdf/datafusion/datasource-parquet/src/reader.rs:100
   
   --- failure struct_pub_field_now_doc_hidden: pub struct field is now 
#[doc(hidden)] ---
   
   Description:
   A pub field of a pub struct is now marked #[doc(hidden)] and is no longer 
part of the public API.
           ref: 
https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#hidden
          impl: 
https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.49.0/src/lints/struct_pub_field_now_doc_hidden.ron
   
   Failed in:
     field ParquetFileReader.file_metrics in file 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:201
     field ParquetFileReader.inner in file 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:201
     field ParquetFileReader.partitioned_file in file 
/home/runner/work/datafusion/datafusion/datafusion/datasource-parquet/src/reader.rs:201
   
        Summary semver requires new major version: 4 major and 0 minor checks 
failed
       Finished [  97.530s] datafusion-datasource-parquet
   ```
   
   </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]

Reply via email to