Rich-T-kid commented on code in PR #10812:
URL: https://github.com/apache/arrow-rs/pull/10812#discussion_r3881280946


##########
arrow-select/src/take.rs:
##########
@@ -3070,78 +3067,6 @@ mod tests {
         ));
     }
 
-    /// Fixture for list offset-overflow tests: a single row containing
-    /// `value_len` int32 elements, plus the repetition count needed for
-    /// `child_len` (an `i32`) to overflow.
-    fn list_offset_overflow_fixture() -> (ListArray, usize) {
-        let value_len = 1_000_000usize;

Review Comment:
   this is what was causing the CI to fail. locally it runs fine but GitHub 
runners have only so much memory.



-- 
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]

Reply via email to