Jefffrey commented on issue #10711: URL: https://github.com/apache/arrow-rs/issues/10711#issuecomment-5310973714
look here for the relevant binary to string code: https://github.com/apache/arrow-rs/blob/5ce0ebed185a805f0a2bb744c93a7cbdccc819b6/arrow-cast/src/cast/string.rs#L349-L372 - and also the below code for the view variants look here for fixedsizelist to fixedsizelist code: https://github.com/apache/arrow-rs/blob/5ce0ebed185a805f0a2bb744c93a7cbdccc819b6/arrow-cast/src/cast/mod.rs#L834-L848 though will likely need to check here too for other list paths: https://github.com/apache/arrow-rs/blob/5ce0ebed185a805f0a2bb744c93a7cbdccc819b6/arrow-cast/src/cast/list.rs -- 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]
