jayzhan211 opened a new issue, #6669:
URL: https://github.com/apache/arrow-rs/issues/6669
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
Build error on main branch
```
Compiling arrow-csv v53.2.0
Compiling arrow-string v53.2.0
Compiling arrow-ord v53.2.0
error[E0599]: no method named `offsets` found for reference
`&GenericByteViewArray<StringViewType>` in the current scope
-->
/Users/bytedance/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrow-string-53.2.0/src/length.rs:142:50
|
142 | Ok(bit_length_impl::<Int64Type>(list.offsets(),
list.nulls()))
| ^^^^^^^
|
help: there is a method `offset` with a similar name
|
142 | Ok(bit_length_impl::<Int64Type>(list.offset(),
list.nulls()))
| ~~~~~~
For more information about this error, try `rustc --explain E0599`.
error: could not compile `arrow-string` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
```
**To Reproduce**
<!--
Steps to reproduce the behavior:
-->
**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->
**Additional context**
<!--
Add any other context about the problem here.
-->
--
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]