tustvold commented on code in PR #4668:
URL: https://github.com/apache/arrow-rs/pull/4668#discussion_r1288717830
##########
arrow-cast/src/cast.rs:
##########
@@ -622,21 +622,6 @@ where
Ok(Arc::new(array))
}
-// cast the List array to Utf8 array
-macro_rules! cast_list_to_string {
Review Comment:
Changing to use ArrayFormatter is both faster, as it avoids intermediate
string allocations, whilst also respecting format options
--
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]