This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from ec771cc372 Expose option to set line terminator for CSV writer (#9617)
add 9c6b42e119 Add support to cast from `UnionArray` (#9544)
No new revisions were added by this update.
Summary of changes:
arrow-cast/src/cast/mod.rs | 13 +-
arrow-cast/src/cast/union.rs | 487 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 499 insertions(+), 1 deletion(-)
create mode 100644 arrow-cast/src/cast/union.rs