You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Which issue does this PR close?
- Contribues towards the RunEndEncoded (REE) epic #3520, but there is no
specific issue for casting.
- Replaces PRs #7713 and
#8384.
# Rationale for this change
This PR implements casting support for RunEndEncoded arrays in Apache
Arrow.
# What changes are included in this PR?
- `run_end_encoded_cast` in `arrow-cast/src/cast/run_array.rs`
- `cast_to_run_end_encoded` in `arrow-cast/src/cast/run_array.rs`
- Tests in `arrow-cast/src/cast/mod.rs`
# Are these changes tested?
Yes!
# Are there any user-facing changes?
No breaking changes, just new functionality
---------
Co-authored-by: Richard Baah <richard.baah@datadoghq.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
0 commit comments