- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.7k
Closed
Labels
api changeChanges the API exposed to users of the crateChanges the API exposed to users of the crateenhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
api changeChanges the API exposed to users of the crateChanges the API exposed to users of the crateenhancementNew feature or requestNew feature or request