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
I know I'm coming in a little late, but have we considered instead making the type `Scalar<Arc<FixedSizeListArray>>`? ([Scalar being the one in arrow-rs](https://docs.rs/arrow/latest/arrow/array/struct.Scalar.html)) This would enforce that the length is 1, which might be nice. I could also understand if that makes it too awkward to work with.
Nested Type including, List, LargeList, FixedSizeList, Struct
Because now, we can only get &dyn Array from fn get() for Scalar
Is this breaking change reasonable?
Also, get_row_at_idx and maybe others that has argument type &[ArrayRef], is there any function that should not be changed from &[ArrayRef] to &[&dyn Array]?
Nested Type including, List, LargeList, FixedSizeList, Struct
Originally posted by @wjones127 in #8562 (comment)
File a ticket to trace this issue
Better start it after #7835
The text was updated successfully, but these errors were encountered: