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/24 17:18:49 UTC

[GitHub] [arrow-rs] kylebarron opened a new issue, #1617: Published Parquet documentation missing `arrow::async_reader`

kylebarron opened a new issue, #1617:
URL: https://github.com/apache/arrow-rs/issues/1617

   **Describe the bug**
   
   As of today, the published docs at https://docs.rs/parquet/latest/parquet/ have a missing link to `arrow::async_reader`:
   
   <img width="660" alt="image" src="https://user-images.githubusercontent.com/15164633/164988290-1fd6140a-0a0d-4e32-a3f3-7401152fe5aa.png">
   
   Checking out the repo locally, I can reproduce this with `cargo doc --open`, whereas with `cargo doc --all-features --open` I am able to see the async docs. I'm not sure exactly how docs are published, but presumably this process just needs to add `--all-features`?
   
   **To Reproduce**
   
   ```
   git clone https://github.com/apache/arrow-rs
   git checkout 5374289f
   cd parquet
   cargo doc --open
   ```


-- 
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.apache.org

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


[GitHub] [arrow-rs] tustvold commented on issue #1617: Published Parquet documentation missing `arrow::async_reader`

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

   Likely related to #1349 


-- 
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] alamb closed issue #1617: Published Parquet documentation missing `arrow::async_reader`

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1617: Published Parquet documentation missing `arrow::async_reader`
URL: https://github.com/apache/arrow-rs/issues/1617


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