You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "WenyXu (via GitHub)" <gi...@apache.org> on 2023/04/09 16:53:43 UTC

[GitHub] [arrow-rs] WenyXu commented on pull request #4041: refactor: refactor from BufReader to BufRead

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org