[
https://issues.apache.org/jira/browse/ARROW-15290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472074#comment-17472074
]
David Li commented on ARROW-15290:
----------------------------------
I think for these specific cases, they will be fixed for 7.0.0. See the
development branch where they now explicitly reference the csv module:
[https://github.com/apache/arrow/blob/4ddcb352dc49f7a91ffd160c8a708908cf003f33/python/pyarrow/_dataset.pyx#L1252-L1266]
> Documentation pages for PyArrow have incorrect hyperlinks
> ---------------------------------------------------------
>
> Key: ARROW-15290
> URL: https://issues.apache.org/jira/browse/ARROW-15290
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Joshua Robinson
> Priority: Minor
>
> API documentation for pyarrow has a few confusing "mis"links. As an example,
> on the page below, the link for "csv.ReadOptions" actually takes me to
> "json.ReadOptions."
> I'm filing a bug because the pages were similar enough that I initially just
> assumed the csv parsing had limited functionality instead of realizing I was
> looking in the wrong place.
> Example page:
> [https://arrow.apache.org/docs/python/generated/pyarrow.dataset.CsvFileFormat.html]
> where ReadOptions and ParseOptions incorrectly link me to the JSON versions
> instead of CSV versions. ConvertOptions is correct, though.
> I have no idea how widespread this issue is as I have only looked and noticed
> the issue on this one page linked above.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)