This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e8e1b3890 Minor: Make arrow blog link about row format more 
discoverable (#4551)
4e8e1b3890 is described below

commit 4e8e1b38901a0e8371054752d31129b3aa62ed5b
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Jul 21 13:37:11 2023 -0400

    Minor: Make arrow blog link about row format more discoverable (#4551)
    
    I couldn't find the link while talking with @JayjeetAtGithub  today, so I 
propose making it easier to find
---
 arrow-row/src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-row/src/lib.rs b/arrow-row/src/lib.rs
index 31942cb7e8..83ed812df5 100644
--- a/arrow-row/src/lib.rs
+++ b/arrow-row/src/lib.rs
@@ -21,7 +21,7 @@
 //! using [`memcmp`] under the hood, or used in [non-comparison sorts] such as 
[radix sort].
 //! This makes the row format ideal for implementing efficient multi-column 
sorting,
 //! grouping, aggregation, windowing and more, as described in more detail
-//! 
[here](https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-1/).
+//! [in this blog 
post](https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-1/).
 //!
 //! For example, given three input [`Array`], [`RowConverter`] creates byte
 //! sequences that [compare] the same as when using [`lexsort`].

Reply via email to