gabotechs commented on code in PR #7713:
URL: https://github.com/apache/arrow-rs/pull/7713#discussion_r2175140529


##########
arrow-cast/src/cast/mod.rs:
##########
@@ -10684,4 +10715,351 @@ mod tests {
         )) as ArrayRef;
         assert_eq!(*fixed_array, *r);
     }
+    #[cfg(test)]
+    mod run_end_encoded_tests {

Review Comment:
   If these tests are meant to be scoped for REE arrays, how about having them 
in the `run_array.rs` file instead? this one is already 10K lines long...



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