You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/02 21:07:49 UTC

[GitHub] [arrow-rs] comath opened a new issue #1518: Documentation for `GenericListBuilder` is not exposed.

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


   **Describe the bug**
   The documentation for `ListBuilder` and `LongListBuilder` isn't exposed.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   Go here: https://docs.rs/arrow/11.0.0/arrow/array/type.ListBuilder.html
   
   **Expected behavior**
   I would see this: https://github.com/apache/arrow-rs/blob/master/arrow/src/array/builder.rs#L877-L1004
   
   **Additional context**
   Add any other context about the problem here.
   A search for the generic list builder shows up nothing: https://docs.rs/arrow/11.0.0/arrow/array/type.ListBuilder.html?search=GenericListBuilder
   
   I think we just need to add `GenericListBuilder` to this: https://github.com/apache/arrow-rs/blob/master/arrow/src/array/mod.rs#L459-L461
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] HaoYang670 commented on issue #1518: Documentation for `GenericListBuilder` is not exposed.

Posted by GitBox <gi...@apache.org>.
HaoYang670 commented on issue #1518:
URL: https://github.com/apache/arrow-rs/issues/1518#issuecomment-1086755154


   @comath  Thank you for reporting the bug! You could file a PR to fix it if you'd like to. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org