alamb commented on code in PR #9218:
URL: https://github.com/apache/arrow-rs/pull/9218#discussion_r2702882141


##########
arrow-select/src/coalesce.rs:
##########
@@ -618,16 +618,17 @@ mod tests {
     use arrow_array::types::Int32Type;
     use arrow_array::{
         BinaryViewArray, Int32Array, Int64Array, RecordBatchOptions, 
StringArray, StringViewArray,
-        TimestampNanosecondArray, UInt32Array, UInt64Array,
+        TimestampNanosecondArray, UInt32Array, UInt64Array, make_array,
     };
+    use arrow_buffer::BooleanBufferBuilder;
     use arrow_schema::{DataType, Field, Schema};
     use rand::{Rng, SeedableRng};
     use std::ops::Range;
 
     #[test]
     fn test_coalesce() {
         let batch = uint32_batch(0..8);
-        Test::new()
+        Test::new("coalesce")

Review Comment:
   Added a human readable name to all tests to assist debugging



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