alamb commented on code in PR #8716:
URL: https://github.com/apache/arrow-rs/pull/8716#discussion_r2467026017
##########
arrow-cast/src/cast/run_array.rs:
##########
@@ -134,16 +134,8 @@ pub(crate) fn cast_to_run_end_encoded<K: RunEndIndexType>(
));
}
- // Partition the array to identify runs of consecutive equal values
- let partitions = partition(&[Arc::clone(cast_array)])?;
- let mut run_ends = Vec::new();
Review Comment:
I used `Instruments` that was part of Mac XCode -- it is pretty sweet as it
will do whole system profiling (fire it up and start recording and it gathers
the info for all processes)
--
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]