ByteBaker commented on code in PR #6433: URL: https://github.com/apache/arrow-rs/pull/6433#discussion_r1769530051
########## arrow-csv/src/writer.rs: ########## @@ -508,7 +509,7 @@ Lorem ipsum dolor sit amet,123.564532,3,true,,00:20:34,cupcakes consectetur adipiscing elit,,2,false,2019-04-18T10:54:47.378,06:51:20,cupcakes sed do eiusmod tempor,-556132.25,1,,2019-04-18T02:45:55.555,23:46:03,foo "#; - assert_eq!(expected.to_string(), String::from_utf8(buffer).unwrap()); + assert_eq!(expected.to_string(), str::from_utf8(&buffer).unwrap()); Review Comment: Haha, sorry somehow missed the left side 🤦♂️ 🤣 . I'll fix it. -- 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]
