wjones127 opened a new pull request, #8225: URL: https://github.com/apache/arrow-datafusion/pull/8225
## Which issue does this PR close? Closes #8220 ## Rationale for this change I found this was needed for using literal fixed size lists in DataFusion physical expressions. ## What changes are included in this PR? Implements `eq_array` and `to_array_of_size` for `ScalarValue::FixedSizeList`. ## Are these changes tested? A new unit test is added for each function. ## Are there any user-facing changes? I've updated the documentation to reflect that this is now supported. -- 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]
