WenyXu commented on PR #4041:
URL: https://github.com/apache/arrow-rs/pull/4041#issuecomment-1501169155

   The Clippy seems failed with: 
   ```bash
   error: ambiguous glob re-exports
     --> arrow/src/compute/kernels/mod.rs:31:13
      |
   31 |     pub use arrow_ord::comparison::*;
      |             ^^^^^^^^^^^^^^^^^^^^^^^^ the name `contains_utf8` in the 
value namespace is first re-exported here
   32 |     pub use arrow_string::like::*;
      |             --------------------- but the name `contains_utf8` in the 
value namespace is also re-exported here
      |
      = note: `-D ambiguous-glob-reexports` implied by `-D warnings`
   
   error: could not compile `arrow` (lib) 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