HaoYang670 opened a new issue #1433: URL: https://github.com/apache/arrow-rs/issues/1433
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Came up when reviewing #1426. https://github.com/apache/arrow-rs/pull/1426#issuecomment-1064963693 https://github.com/apache/arrow-rs/pull/1426#discussion_r824886867 The current doc example of `ListArray` is not easy to understand at first glance: https://docs.rs/arrow/9.1.0/arrow/array/type.ListArray.html#example <img width="953" alt="Screen Shot 2022-03-13 at 10 40 35" src="https://user-images.githubusercontent.com/59198230/158042690-79ba8c9a-4782-48a7-95b9-f8a35828b24a.png"> **Describe the solution you'd like** We could make the doc example clearer by comparing each element directly. -- 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]
