alamb commented on pull request #9401:
URL: https://github.com/apache/arrow/pull/9401#issuecomment-772839380


   Thanks @manojkarthick !
   
   It looks like there is a small linter failure now 
[link](https://github.com/apache/arrow/pull/9401/checks?check_run_id=1825802194):
   
   ```
   error: redundant clone
      --> parquet/src/file/metadata.rs:757:68
       |
   757 |         let row_group_meta = 
RowGroupMetaData::builder(schema_descr.clone())
       |                                                                    
^^^^^^^^ help: remove this
       |
       = note: `-D clippy::redundant-clone` implied by `-D warnings`
   note: this value is dropped without further use
      --> parquet/src/file/metadata.rs:757:56
       |
   757 |         let row_group_meta = 
RowGroupMetaData::builder(schema_descr.clone())
       |                                                        ^^^^^^^^^^^^
       = help: for further information visit 
https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
   
   error: aborting due to previous error
   
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to