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 b90c799af fix: interleave docs suggests itself, not take (#6210)
b90c799af is described below
commit b90c799afdfdc4efdfa66c1eb91fe81407499871
Author: gstvg <[email protected]>
AuthorDate: Thu Aug 8 07:38:18 2024 -0300
fix: interleave docs suggests itself, not take (#6210)
---
arrow-select/src/interleave.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-select/src/interleave.rs b/arrow-select/src/interleave.rs
index fccc02ac9..a2ab7ba63 100644
--- a/arrow-select/src/interleave.rs
+++ b/arrow-select/src/interleave.rs
@@ -63,7 +63,7 @@ macro_rules! dict_helper {
/// values array 1
/// ```
///
-/// For selecting values by index from a single array see [`crate::interleave`]
+/// For selecting values by index from a single array see [`crate::take`]
pub fn interleave(
values: &[&dyn Array],
indices: &[(usize, usize)],