xxchan opened a new issue, #4289:
URL: https://github.com/apache/arrow-rs/issues/4289
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
```
warning: 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: `#[warn(ambiguous_glob_reexports)]` on by default
```
**To Reproduce**
<!--
Steps to reproduce the behavior:
-->
```
cargo check
```
**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->
**Additional context**
<!--
Add any other context about the problem here.
-->
```
> rustc -vV
rustc 1.71.0-nightly (c4190f2d3 2023-05-07)
binary: rustc
commit-hash: c4190f2d3a46a59f435f7b42f58bc22b2f4d6917
commit-date: 2023-05-07
host: aarch64-apple-darwin
release: 1.71.0-nightly
LLVM version: 16.0.2
```
--
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]