Rich-T-kid commented on code in PR #7933: URL: https://github.com/apache/arrow-rs/pull/7933#discussion_r2216752880
########## arrow-ord/src/cmp.rs: ########## @@ -232,6 +239,7 @@ fn compare_op(op: Op, lhs: &dyn Datum, rhs: &dyn Datum) -> Result<BooleanArray, let r = r_v.map(|x| x.values().as_ref()).unwrap_or(r); let r_t = r.data_type(); + // 3. type checking after transformations Review Comment: Remove unneeded comments -- 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