You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/03/07 19:54:06 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #3817: Add RunEndBuffer (#1799)

tustvold commented on code in PR #3817:
URL: https://github.com/apache/arrow-rs/pull/3817#discussion_r1128485653


##########
arrow-select/src/take.rs:
##########
@@ -2157,8 +2157,7 @@ mod tests {
         let take_out = take_run(&run_array, &take_indices).unwrap();
 
         assert_eq!(take_out.len(), 7);
-
-        assert_eq!(take_out.run_ends().len(), 5);
+        assert_eq!(take_out.run_ends().len(), 7);

Review Comment:
   `run_ends().len()` now returns the logical length



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org