jayzhan211 commented on PR #13209:
URL: https://github.com/apache/datafusion/pull/13209#issuecomment-2451224042
```rust
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...
```
I got this error when running query in this branch 🤔
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]