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
Is your feature request related to a problem or challenge?
We changed ScalarValue::List to wrap an array ref in #7352. But FixedSizeList is still a Vec<ScalarValue>. There shouldn't be varying data types there, so storing as a Vec<ScalarValue> seems inefficient and potentially error-prone.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
We changed
ScalarValue::List
to wrap an array ref in #7352. But FixedSizeList is still aVec<ScalarValue>
. There shouldn't be varying data types there, so storing as aVec<ScalarValue>
seems inefficient and potentially error-prone.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: