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 e3a670e219 Add ignore leading and trailing white space to csv parser
(#8960)
add fbc5aabc1e Add cast support for (Large)ListView <-> (Large)List (#8735)
No new revisions were added by this update.
Summary of changes:
arrow-array/src/array/list_view_array.rs | 27 +++-
arrow-cast/src/cast/list_view.rs | 91 +++++++++++
arrow-cast/src/cast/mod.rs | 256 ++++++++++++++++++++++++++++---
3 files changed, 352 insertions(+), 22 deletions(-)
create mode 100644 arrow-cast/src/cast/list_view.rs