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 78bd20446c [thrift-remodel] Use `thrift_enum` macro for
`ConvertedType` (#8680)
add c14902727c Cast support for RunEndEncoded arrays (#8589)
No new revisions were added by this update.
Summary of changes:
arrow-cast/Cargo.toml | 1 +
arrow-cast/src/cast/mod.rs | 465 ++++++++++++++++++++++++++++++++++++++-
arrow-cast/src/cast/run_array.rs | 164 ++++++++++++++
3 files changed, 622 insertions(+), 8 deletions(-)
create mode 100644 arrow-cast/src/cast/run_array.rs