tustvold commented on code in PR #5114:
URL: https://github.com/apache/arrow-rs/pull/5114#discussion_r1402138352


##########
arrow-cast/src/cast.rs:
##########
@@ -272,32 +271,9 @@ pub fn can_cast_types(from_type: &DataType, to_type: 
&DataType) -> bool {
     }
 }
 
-/// Cast `array` to the provided data type and return a new Array with
-/// type `to_type`, if possible.
+/// Cast `array` to the provided data type and return a new Array with type 
`to_type`, if possible.
 ///
-/// Behavior:

Review Comment:
   These are moved just onto cast_with_options, as the duplication was leading 
to inconsistency



-- 
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]

Reply via email to