tustvold commented on code in PR #6527: URL: https://github.com/apache/arrow-rs/pull/6527#discussion_r1792348714
########## arrow/src/lib.rs: ########## @@ -345,6 +345,67 @@ //! orchestrates the primitives exported by this crate into an embeddable query engine, with //! SQL and DataFrame frontends, and heavily influences this crate's roadmap. //! +//! The Rust implementation does not provide the ChunkedArray abstraction implemented by the Python Review Comment: I think this documentation probably belongs at the end of these docs - https://docs.rs/arrow-array/latest/arrow_array/ Not the top-level crate documentation -- 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]
