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/02/03 19:14:36 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #1741: Ensure links in the docs are correct

alamb opened a new issue #1741:
URL: https://github.com/apache/arrow-datafusion/issues/1741


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   There are several links in the rustdoc that are not correct or broken, such as https://docs.rs/arrow/8.0.0/arrow/array/struct.FixedSizeListArray.html
   
   ![Screen Shot 2022-02-03 at 2 13 21 PM](https://user-images.githubusercontent.com/490673/152412718-458a6253-5543-4463-9212-a5b9b07f923c.png)
   
   
   **Describe the solution you'd like**
   I would like them all links to be valid and ideally have a CI check to ensure they remain that way 
   
   
   **Additional context**
   Observed while preparing arrow 9.0.0 release


-- 
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-datafusion] HaoYang670 commented on issue #1741: Ensure links in the docs are correct

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


   I con work on it if no one else has been doing!


-- 
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-datafusion] HaoYang670 commented on issue #1741: Ensure links in the docs are correct

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


   https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/physical_plan/sorts/sort_preserving_merge.rs#L260
   
   I got 
   ```
   the struct `SortPreservingMergeStream` has no field or associated item named `receivers`
   ```
   when run `cargo doc`.
   I am not sure what this link should be.
   


-- 
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-datafusion] alamb commented on issue #1741: Ensure links in the docs are correct

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1741:
URL: https://github.com/apache/arrow-datafusion/issues/1741#issuecomment-1036101880


   @HaoYang670  yes some doc links are a mess -- thank you for taking this on. I will find time today to help sort out how to clean up the links


-- 
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-datafusion] HaoYang670 commented on issue #1741: Ensure links in the docs are correct

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


   Also some structs are private, which leads to unsolved links, such as the `SimplifyContext`


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