alamb commented on pull request #564:
URL: https://github.com/apache/arrow-rs/pull/564#issuecomment-882807792


   @mosyp  it appears clippy has a problem !
   
   https://github.com/apache/arrow-rs/pull/564/checks?check_run_id=3107500562
   
   Can you please fix the error?
   
   ```
   warning: build failed, waiting for other jobs to finish...
   error: struct `InMemoryWriteableCursor` has a public `len` method, but no 
`is_empty` method
      --> parquet/src/util/cursor.rs:159:5
       |
   159 |     pub fn len(&self) -> usize {
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `-D clippy::len-without-is-empty` implied by `-D warnings`
       = help: for further information visit 
https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty
   
   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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to