Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Published Parquet documentation missing arrow::async_reader #1617

Closed
kylebarron opened this issue Apr 24, 2022 · 1 comment · Fixed by #1349
Closed

Published Parquet documentation missing arrow::async_reader #1617

kylebarron opened this issue Apr 24, 2022 · 1 comment · Fixed by #1349
Labels
bug parquet Changes to the parquet crate

Comments

@kylebarron
Copy link
Contributor

Describe the bug

As of today, the published docs at https://docs.rs/parquet/latest/parquet/ have a missing link to arrow::async_reader:

image

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
@kylebarron kylebarron added the bug label Apr 24, 2022
@tustvold
Copy link
Contributor

tustvold commented May 3, 2022

Likely related to #1349

@alamb alamb added arrow Changes to the arrow crate parquet Changes to the parquet crate and removed arrow Changes to the arrow crate labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants