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


##########
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:
   I was following the pattern that **dictionary.rs** /**list.rs** 
/**string.rs** layed out. They added their test to the end of the mod.rs file 
instead of at the end of their respective files.



-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to