vegarsti commented on code in PR #8069: URL: https://github.com/apache/arrow-rs/pull/8069#discussion_r2265126653
########## arrow-cast/src/cast/mod.rs: ########## @@ -167,6 +168,7 @@ pub fn can_cast_types(from_type: &DataType, to_type: &DataType) -> bool { can_cast_types(from_key.data_type(), to_key.data_type()) && can_cast_types(from_value.data_type(), to_value.data_type()), _ => false }, + // TODO: RunEndEncoded here? Review Comment: This is handled in #7713 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org