Skip to content

Commit

Permalink
Fix duplicate link references in README (#7020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey authored Jan 25, 2025
1 parent 0e40460 commit 4862318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ as the [`parquet`] and [`parquet-derive`] crates.

This crate releases every month. We release new major versions (with potentially
breaking API changes) at most once a quarter, and release incremental minor
versions in the intervening months. See [this ticket] for more details.
versions in the intervening months. See [ticket #5368] for more details.

To keep our maintenance burden down, we do regularly scheduled releases (major
and minor) from the `main` branch. How we handle PRs with breaking API changes
Expand All @@ -72,7 +72,7 @@ Planned Release Schedule
| Feb 2025 | `54.2.0` | Minor, NO breaking API changes |
| Mar 2025 | `55.0.0` | Major, potentially breaking API changes |

[this ticket]: https://github.com/apache/arrow-rs/issues/5368
[ticket #5368]: https://github.com/apache/arrow-rs/issues/5368
[semantic versioning]: https://semver.org/

### `object_store` crate
Expand All @@ -96,9 +96,9 @@ In general, use panics for bad states that are unreachable, unrecoverable or har
For those caused by invalid user input, however, we prefer to report that invalidity
gracefully as an error result instead of panicking. In general, invalid input should result
in an `Error` as soon as possible. It _is_ ok for code paths after validation to assume
validation has already occurred and panic if not. See [this ticket] for more nuances.
validation has already occurred and panic if not. See [ticket #6737] for more nuances.

[this ticket]: https://github.com/apache/arrow-rs/issues/6737
[ticket #6737]: https://github.com/apache/arrow-rs/issues/6737

### Deprecation Guidelines

Expand Down

0 comments on commit 4862318

Please sign in to comment.