felipecrv commented on code in PR #41971: URL: https://github.com/apache/arrow/pull/41971#discussion_r1631437626
########## docs/source/cpp/compute.rst: ########## @@ -1433,14 +1435,20 @@ null input value is converted into a null output value. * \(3) The list offsets are unchanged, the list values are cast from the input value type to the output value type (if a conversion is - available). + available). If the output type is (Large)ListView, then sizes are + derived from the offsets. + +* \(4) If output type is list-like, offsets might have to be rebuilt to be + sorted and spaced correctly. If output type is a list-view type, the offsets Review Comment: true. I will clarify. -- 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]
