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
Move ListLikeArray to arrow-array to be shared with json writer and parquet unshredding (apache#9437)
# Which issue does this PR close?
- Part of apache#9340.
# Rationale for this change
Json writers for ListLike types (List/ListView/FixedSizeList) are pretty
similar apart from the element range representation. We already had a
good way to abstract this kind of encoder in parquet variant
unshredding. Given this, it would be good to move this `ListLikeArray`
trait to arrow-array to be shared with json/parquet
# What changes are included in this PR?
Move `ListLikeArray` trait from parquet-variant-compute to arrow-array
# Are these changes tested?
Covered by existing tests
# Are there any user-facing changes?
New pub trait in arrow-array
0 commit comments