HaoYang670 opened a new issue #1424:
URL: https://github.com/apache/arrow-rs/issues/1424


   **Describe the bug**
   
https://github.com/apache/arrow-rs/blob/master/arrow/src/array/array_list.rs#L52
   ```rust
   /// Generic struct for a primitive Array
   ///
   /// For non generic lists, you may wish to consider using [`ListArray`] or 
[`LargeListArray`]`
   pub struct GenericListArray<OffsetSize> {
   ```
   
   The doc of `GenericListArray` says it is the struct for a primitive array, 
which makes me a little confused. 
   It is the generic type for `Variable-size List Array`, isn't it?
   
   https://arrow.apache.org/docs/format/Columnar.html#variable-size-list-layout


-- 
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