samuelcolvin opened a new pull request, #6218: URL: https://github.com/apache/arrow-rs/pull/6218
# Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10180. # Rationale for this change I want to cast from unions to primitive types (I've also added support for casting to a union here). The problem is that I'm not sure how to construct the full array for dense unions, as per the `todo!()` incode # What changes are included in this PR? Support casting to and from unions (hopefully), tests. Casting between unions is not yet supported. # Are there any user-facing changes? no -- 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]
