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

[doc] Fix broken URLs #3486

Merged
merged 2 commits into from Jan 7, 2023
Merged

[doc] Fix broken URLs #3486

merged 2 commits into from Jan 7, 2023

Conversation

@github-actions github-actions bot added arrow Changes to the arrow crate object-store Object Store Interface parquet Changes to the parquet crate labels Jan 7, 2023
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thank you 👍

/// [`DecimalArray`]: [crate::array::DecimalArray]
/// [`Decimal128Array`]: [crate::array::Decimal128Array]
/// [`Decimal256Array`]: [crate::array::Decimal256Array]
/// [`DecimalArray`]: crate::array::DecimalArray
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI is unhappy, for there is no such identifier.

error: unresolved link to `crate::array::DecimalArray`
   --> arrow-array/src/types.rs:568:23
    |
568 | /// [`DecimalArray`]: crate::array::DecimalArray
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DecimalArray` in module `array`

error: could not document `arrow-array`

Should it be PrimitiveArray?

I found #2637, it seems to be related...

arrow-array:
- `DecimalArray` is undefined. Use `PrimitiveArray` instead.
- `arrow` crate is not among `arrow-array`'s dependencies, so
  its items cannot be referred to using ['intra-doc link'] syntax.

['intra-doc link']: https://doc.rust-lang.org/rustdoc/write-documentation/linking-to-items-by-name.html
@vvv vvv requested a review from tustvold January 7, 2023 15:18
Comment on lines +43 to +44
/// [`compute::unary`]: https://docs.rs/arrow/latest/arrow/compute/fn.unary.html
/// [`compute::try_unary`]: https://docs.rs/arrow/latest/arrow/compute/fn.try_unary.html
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arrow crate is not among arrow-array's dependencies, so its items cannot be referred to using ‘intra-doc link’ syntax.

/// A trait over the decimal types, used by [`DecimalArray`] to provide a generic
/// A trait over the decimal types, used by [`PrimitiveArray`] to provide a generic
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tustvold Is this change correct?

@tustvold tustvold merged commit 8492c27 into apache:master Jan 7, 2023
@ursabot
Copy link

ursabot commented Jan 7, 2023

Benchmark runs are scheduled for baseline = c28d69a and contender = 8492c27. 8492c27 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-rs-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@vvv vvv deleted the doc.fix-urls branch January 7, 2023 17:08
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 object-store Object Store Interface parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants