nevi-me commented on a change in pull request #9824:
URL: https://github.com/apache/arrow/pull/9824#discussion_r602852694



##########
File path: rust/arrow/benches/equal.rs
##########
@@ -38,10 +38,10 @@ fn add_benchmark(c: &mut Criterion) {
     let arr_a_nulls = create_primitive_array::<Float32Type>(512, 0.5);
     c.bench_function("equal_nulls_512", |b| b.iter(|| 
bench_equal(&arr_a_nulls)));
 
-    let arr_a = create_string_array(512, 0.0);
+    let arr_a = create_string_array::<i32>(512, 0.0);

Review comment:
       Yeah, I see what you mean, we can create another array, and compare the 2




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to