Skip to content

Commit 062d766

Browse files
authored
Remove link to internal arrow-integration-test crate from main arrow crate (#8740)
# Which issue does this PR close? - Closes #8739 # Rationale for this change According to #8684 (comment), the crate is only intended for use within the Arrow project itself. So we should not link to it from the user-facing docs. # What changes are included in this PR? remove the link from the list # Are these changes tested? doc-only change # Are there any user-facing changes? yes, we no longer recommend an incomplete, internal crate to users
1 parent 3f3feed commit 062d766

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arrow/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@
330330
//! Some functionality is also distributed independently of this crate:
331331
//!
332332
//! * [`arrow-flight`] - support for [Arrow Flight RPC]
333-
//! * [`arrow-integration-test`] - support for [Arrow JSON Test Format]
334333
//! * [`parquet`](https://docs.rs/parquet/latest/parquet/) - support for [Apache Parquet]
335334
//!
336335
//! # Safety and Security
@@ -358,7 +357,6 @@
358357
//! [`Buffer`]: buffer::Buffer
359358
//! [`RecordBatch`]: record_batch::RecordBatch
360359
//! [`arrow-flight`]: https://docs.rs/arrow-flight/latest/arrow_flight/
361-
//! [`arrow-integration-test`]: https://docs.rs/arrow-integration-test/latest/arrow_integration_test/
362360
//! [`parquet`]: https://docs.rs/parquet/latest/parquet/
363361
//! [Arrow Flight RPC]: https://arrow.apache.org/docs/format/Flight.html
364362
//! [Arrow JSON Test Format]: https://github.com/apache/arrow/blob/master/docs/source/format/Integration.rst#json-test-data-format

0 commit comments

Comments
 (0)