alexanderbianchi commented on code in PR #7713: URL: https://github.com/apache/arrow-rs/pull/7713#discussion_r2159234048
########## arrow-cast/src/cast/run_array.rs: ########## @@ -0,0 +1,357 @@ +use crate::cast::*; + +pub(crate) fn run_end_encoded_cast<K: RunEndIndexType>( Review Comment: do we want to support casting from run end encoded to non-run end encoded and just unpack the arrays? maybe write about that tradeoff in the description as well, unsure what the community would think. Probably best to look at what dictionary encoding does to get an idea of the existing patterns. -- 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]
