vegarsti commented on code in PR #8716:
URL: https://github.com/apache/arrow-rs/pull/8716#discussion_r2467030916
##########
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:
Pushed your suggestion as a PR here:
https://github.com/apache/arrow-rs/pull/8716, maybe you can run the benchmark
on that too? 😇
--
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]