alamb commented on code in PR #5795: URL: https://github.com/apache/arrow-rs/pull/5795#discussion_r1611398512
########## README.md: ########## @@ -25,12 +25,13 @@ Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular in-mem This repo contains the following main components: -| Crate | Description | Latest API Docs | README | -| ---------------- | --------------------------------------------------------- | ---------------------------------------------- | ------------------------------ | -| [`arrow`] | Core Arrow functionality (memory layout, arrays, kernels) | [docs.rs](https://docs.rs/arrow/latest) | [(README)][arrow-readme] | -| [`parquet`] | Parquet columnar file format | [docs.rs](https://docs.rs/parquet/latest) | [(README)][parquet-readme] | -| [`arrow-flight`] | Arrow-Flight IPC protocol | [docs.rs](https://docs.rs/arrow-flight/latest) | [(README)][flight-readme] | -| [`object-store`] | object store (aws, azure, gcp, local, in-memory) | [docs.rs](https://docs.rs/object_store/latest) | [(README)][objectstore-readme] | +| Crate | Description | Latest API Docs | README | +| ----------------- | --------------------------------------------------------------------------- | ----------------------------------------------- | -------------------------------- | +| [`arrow`] | Core functionality (memory layout, arrays, low level computations) | [docs.rs](https://docs.rs/arrow/latest) | [(README)][arrow-readme] | +| [`arrow-flight`] | Support for Arrow-Flight IPC protocol | [docs.rs](https://docs.rs/arrow-flight/latest) | [(README)][flight-readme] | +| [`object-store`] | Support for object store interactions (aws, azure, gcp, local, in-memory) | [docs.rs](https://docs.rs/object_store/latest) | [(README)][objectstore-readme] | +| [`parquet`] | Support for Parquet columnar file format | [docs.rs](https://docs.rs/parquet/latest) | [(README)][parquet-readme] | +| [`parquet_derive`]| A crate for deriving RecordWriter/RecordReader for arbitrary, simple structs| [docs.rs](https://docs.rs/parquet-derive/latest)| [(README)][parquet-derive-readme]| Review Comment: When I looked at this rendered page, the link doesn't appear to be working https://github.com/konjac/arrow-rs/tree/add-parquet-derive-to-readme <img width="980" alt="Screenshot 2024-05-23 at 6 05 10 AM" src="https://github.com/apache/arrow-rs/assets/490673/645e3531-81d0-423f-a26e-ce94cb8c4d57"> Maybe there needs to be a space between the ` |` 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
