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

cargo doc ci failed in latest rust version 1.81.0-nightly (cc8da78a0 2024-07-04) #6008

Closed
Rachelint opened this issue Jul 5, 2024 · 5 comments · Fixed by #6012
Closed

cargo doc ci failed in latest rust version 1.81.0-nightly (cc8da78a0 2024-07-04) #6008

Rachelint opened this issue Jul 5, 2024 · 5 comments · Fixed by #6012
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate

Comments

@Rachelint
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

ci failed in rust version 1.81.0-nightly (cc8da78a0 2024-07-04).
see #6006

Describe the solution you'd like

Fix it.

Describe alternatives you've considered

Additional context

@Rachelint Rachelint added the enhancement Any new improvement worthy of a entry in the changelog label Jul 5, 2024
@alamb
Copy link
Contributor

alamb commented Jul 5, 2024

Example failure:

https://github.com/apache/arrow-rs/actions/runs/9807403342/job/27081102878?pr=6006

 Documenting arrow-flight v52.1.0 (/__w/arrow-rs/arrow-rs/arrow-flight)
error: unresolved link to `flightsql`
   --> arrow-flight/src/sql/metadata/sql_info.rs:137:61
    |
137 | /// Handles creating the dense [`UnionArray`] described by [flightsql]
    |                                                             ^^^^^^^^^ no item named `flightsql` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`

error: unresolved link to `flightsql`
   --> arrow-flight/src/sql/metadata/sql_info.rs:151:5

1 similar comment
@alamb
Copy link
Contributor

alamb commented Jul 5, 2024

Example failure:

https://github.com/apache/arrow-rs/actions/runs/9807403342/job/27081102878?pr=6006

 Documenting arrow-flight v52.1.0 (/__w/arrow-rs/arrow-rs/arrow-flight)
error: unresolved link to `flightsql`
   --> arrow-flight/src/sql/metadata/sql_info.rs:137:61
    |
137 | /// Handles creating the dense [`UnionArray`] described by [flightsql]
    |                                                             ^^^^^^^^^ no item named `flightsql` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`

error: unresolved link to `flightsql`
   --> arrow-flight/src/sql/metadata/sql_info.rs:151:5

@alamb
Copy link
Contributor

alamb commented Jul 24, 2024

label_issue.py automatically added labels {'arrow'} from #6012

@alamb alamb added the arrow-flight Changes to the arrow-flight crate label Jul 24, 2024
@alamb
Copy link
Contributor

alamb commented Jul 24, 2024

label_issue.py automatically added labels {'arrow-flight'} from #6012

@alamb alamb added the parquet Changes to the parquet crate label Jul 24, 2024
@alamb
Copy link
Contributor

alamb commented Jul 24, 2024

label_issue.py automatically added labels {'parquet'} from #6009

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate enhancement Any new improvement worthy of a entry in the changelog parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants