wjones127 opened a new pull request, #8221: URL: https://github.com/apache/arrow-datafusion/pull/8221
## Which issue does this PR close? Changes `ScalarValue::FixedSizeList()` to wrap an `ArrayRef`. This is an API breaking change, so while I did this I also fixed the capitalization of the name `Fixedsizelist` to `FixedSizeList`, so it's consistent with the data and array type in arrow-rs. Closes #8218. ## Rationale for this change We can re-use a lot of functions with `ScalarValue::List`, and this representation leaves less room for invalid state (for example, previously one could create a scalar that contained scalar values of varying data type). ## What changes are included in this PR? * Rename `ScalarValue::Fixedsizelist` to `ScalarValue::FixedSizeList`. * Change `ScalarValue::FixedSizeList` to wrap an array ref. ## Are these changes tested? There's not much testing for this type. I can work on adding more tests in #8220. ## Are there any user-facing changes? Yes, this is a breaking API change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
